>>>>> "Heinitz" == Heinitz Valentin <[EMAIL PROTECTED]> writes:
>> kkey Left +Control : "\Eb" key Right +Control : "\Ef" >> >> Irgendwie scheint das Strg nicht anzukommen. Hat jemand eine >> Idee? Heinitz> Ich wuerde vermuten, die Tastenkombination wird vorher von Heinitz> KDE abgefangen. Jein, das ist einfach in der Keymap der Konsole nicht drin. Folgende �nderungen an der Default-Keymap unter ~/.kde/share/apps/konsole/xxx.keymap speichern, und gl�cklich sein. Der rettende Tipp kam aus dem Archiv der konsole-devel-Liste. ------------------- schnipp --------------------- --- /usr/share/apps/konsole/default.Keytab Thu Jan 3 21:29:59 2002 +++ jochen.keytab Thu Aug 29 18:37:05 2002 @@ -2,21 +2,7 @@ # -------------------------------------------------------------- # -# This file is used to create the buildin keyboard table. -# It is included for reference purpose with the *.keytab -# files that are loaded dynamically. -# -# Modifying it does not have any effect (unless you -# derive the default.keytab.h and recompile konsole). -# -# To customize your keyboard, copy this file to something -# ending with .keytab and change it to meet you needs. -# Please read the README.KeyTab and the README.keyboard -# in this case. -# -# -------------------------------------------------------------- - -keyboard "XTerm (XFree 4.x.x)" +keyboard "XTerm (XFree 4.x.x, Jochen)" # -------------------------------------------------------------- # @@ -47,20 +33,20 @@ key Up -Shift-Ansi : "\EA" key Down -Shift-Ansi : "\EB" -key Right-Shift-Ansi : "\EC" -key Left -Shift-Ansi : "\ED" +key Right-Shift-Ansi-Control : "\EC" +key Left -Shift-Ansi-Control : "\ED" # Arrow keys in ANSI mode with Application - and Normal Cursor Mode) key Up -Shift+Ansi+AppCuKeys : "\EOA" key Down -Shift+Ansi+AppCuKeys : "\EOB" -key Right-Shift+Ansi+AppCuKeys : "\EOC" -key Left -Shift+Ansi+AppCuKeys : "\EOD" +key Right-Shift+Ansi+AppCuKeys-Control : "\EOC" +key Left -Shift+Ansi+AppCuKeys-Control : "\EOD" key Up -Shift+Ansi-AppCuKeys : "\E[A" key Down -Shift+Ansi-AppCuKeys : "\E[B" -key Right-Shift+Ansi-AppCuKeys : "\E[C" -key Left -Shift+Ansi-AppCuKeys : "\E[D" +key Right-Shift+Ansi-AppCuKeys-Control : "\E[C" +key Left -Shift+Ansi-AppCuKeys-Control : "\E[D" # other grey PC keys @@ -136,3 +122,9 @@ key ScrollLock : scrollLock # keypad characters are not offered differently by Qt. + +#key Left-Shift-Ansi-Control : "\Eb" +#key Right-Shift-Ansi-Control : "\Ef" + +key Right -Shift +Control : "\Ef" +key Left -Shift +Control : "\Eb" ------------------- schnipp --------------------- F�r meine geliebte Compose-Taste (z.B. f�r � und �) muss noch folgende .Xmodmap geladen werden (das mache ich manuell in der ~/.kde3rc, gibt es da einen besseren Ort f�r?): ------------------- schnipp --------------------- !--------------------------------------------------------------- ! Xmodmap angepa�t f�r XFree86-3.1 !--------------------------------------------------------------- ! Euro keycode 26 = e E currency !keycode 26 = e E EuroSign ! Rechte Strg-Taste als Compose keycode 109 = Multi_key ! Rechte Strg-Taste ist keine Control-Taste mehr clear control add control = Control_L ! BackSpace macht BackSpace und Delete macht Delete keycode 0x6B = Delete keycode 0x16 = BackSpace ------------------- schnapp --------------------- Nun kann ich damit auch arbeiten... Jochen -- #include <~/.signature>: permission denied ---------------------------------------------------------------------------- PUG - Penguin User Group Wiesbaden - http://www.pug.org

