32 lines
1.4 KiB
Diff
32 lines
1.4 KiB
Diff
From 8b6c8f189491308a7f2d0c2807046ce65483b9d9 Mon Sep 17 00:00:00 2001
|
|
From: Joni Lapilainen <joni.lapilainen@gmail.com>
|
|
Date: Sun, 24 Feb 2013 18:18:29 +0200
|
|
Subject: [PATCH 03/10] RX-51: Symbols: Bind PgUp, PgDown, Home, End to third
|
|
level arrow keys on arrows_4btns
|
|
|
|
---
|
|
symbols/nokia_vndr/rx-51 | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/symbols/nokia_vndr/rx-51 b/symbols/nokia_vndr/rx-51
|
|
index a0dc3f5..5ca6aaa 100644
|
|
--- a/symbols/nokia_vndr/rx-51
|
|
+++ b/symbols/nokia_vndr/rx-51
|
|
@@ -486,10 +486,10 @@ partial hidden alphanumeric_keys
|
|
xkb_symbols "arrows_4btns" {
|
|
// standard arrows mapping
|
|
// normal 2nd level must not be enumerated to allow text selection with Shift key
|
|
- key <UP> { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ Up ] };
|
|
- key <LEFT> { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ Left ] };
|
|
- key <DOWN> { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ Down ] };
|
|
- key <RGHT> { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ Right ] };
|
|
+ key <UP> { type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [ Up, Prior ] };
|
|
+ key <LEFT> { type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [ Left, Home ] };
|
|
+ key <DOWN> { type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [ Down, Next ] };
|
|
+ key <RGHT> { type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [ Right, End ] };
|
|
};
|
|
|
|
// author: Roman Moravcik
|
|
--
|
|
1.8.1.4
|
|
|