[Konsole-devel] [Bug 76976] AppScreen support in konsole keytab
Don Mahurin
dmahurin at dma.org
Wed Sep 22 21:09:28 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=76976
------- Additional Comments From dmahurin dma org 2004-09-22 23:09 -------
Yes, it makes sense to use it in the default keytab for shift
application key support.
Attached is patch that I quickly created to support keys needed for
shift selection: shift-up,down,left,right,ins,del,pgup,pgdn (when in
AppScreen mode).
Thanks,
-don
Waldo Bastian wrote:
>------- Additional Comments From bastian kde org 2004-09-22 22:05 -------
>I have applied it, should it be used by the default keytab as well?
>
>
--- konsole/konsole/default.keytab.h 2004-07-26 15:23:02.000000000 -0700
+++ konsole/konsole/default.keytab.h 2004-09-22 14:09:31.738553760 -0700
@ -21,6 +21,10 @
"key Down -Shift+Ansi-AppCuKeys : \"\\E[B\"\n"
"key Right-Shift+Ansi-AppCuKeys : \"\\E[C\"\n"
"key Left -Shift+Ansi-AppCuKeys : \"\\E[D\"\n"
+ "key Up +Shift+AppScreen : \"\\E[a\"\n"
+ "key Down +Shift+AppScreen : \"\\E[b\"\n"
+ "key Right +Shift+AppScreen : \"\\E[c\"\n"
+ "key Left +Shift+AppScreen : \"\\E[d\"\n"
"key Enter+NewLine : \"\\r\\n\"\n"
"key Enter-NewLine : \"\\r\"\n"
"key Home -Shift-AppCuKeys : \"\\E[H\" \n"
@ -35,7 +39,10 @
"key Delete-Shift : \"\\E[3~\" \n"
"key Prior -Shift : \"\\E[5~\" \n"
"key Next -Shift : \"\\E[6~\" \n"
+ "key Insert+Shift : \"\\E[2;2~\" \n"
"key Delete+Shift : \"\\E[3;2~\" \n"
+ "key Prior+Shift+AppScreen : \"\\E[5;2\"\n"
+ "key Next+Shift+AppScreen : \"\\E[6;2\"\n"
"key F1 -Shift : \"\\EOP\"\n"
"key F2 -Shift : \"\\EOQ\"\n"
"key F3 -Shift : \"\\EOR\"\n"
@ -61,9 +68,9 @
"key F11+Shift : \"\\E[23;2~\"\n"
"key F12+Shift : \"\\E[24;2~\"\n"
"key Space +Control : \"\\x00\"\n"
- "key Up +Shift : scrollLineUp\n"
- "key Prior +Shift : scrollPageUp\n"
- "key Down +Shift : scrollLineDown\n"
- "key Next +Shift : scrollPageDown\n"
+ "key Up +Shift-AppScreen : scrollLineUp\n"
+ "key Prior +Shift-AppScreen : scrollPageUp\n"
+ "key Down +Shift-AppScreen : scrollLineDown\n"
+ "key Next +Shift-AppScreen : scrollPageDown\n"
"key ScrollLock : scrollLock\n"
""
More information about the konsole-devel
mailing list