home *** CD-ROM | disk | FTP | other *** search
-
- Does anyone know how to change the 'Alt Graph' key into just an Alt
- key? I thought that the following would work, but it didn't.
-
-
- keysym Mode_switch = Alt_L
-
-
- Also if anyone want their num_lock key not to work, but have the
- numeric keypad a numeric keypad I did this and it seems to work. Also
- you can rebind them different than the other keypads. The F??
- mappings will make Home, End, PageUp, Page Down, work like the
- numerick keypad equivalents.
-
- keycode 59 = F27
- keycode 81 = F33
- keycode 103 = F29
- keycode 130 = F35
- keycode 101 = KP_0
- keycode 119 = KP_1
- keycode 120 = KP_2
- keycode 121 = KP_3
- keycode 98 = KP_4
- keycode 99 = KP_5
- keycode 100 = KP_6
- keycode 75 = KP_7
- keycode 76 = KP_8
- keycode 77 = KP_9
- keycode 57 = KP_Decimal
- keycode 53 = KP_Divide
- keycode 54 = KP_Multiply
- keycode 78 = KP_Subtract
- keycode 132 = KP_Add
- keycode 97 = KP_Enter
-
-
-
-