Difference between revisions of "Xmodmap"
From Linuxintro
imported>ThorstenStaerk |
|||
Line 1: | Line 1: | ||
Xmodmap allows you to modify your keymap. | Xmodmap allows you to modify your keymap. | ||
+ | |||
+ | You can put a .Xmodmap file into your home directory: | ||
+ | keycode 134 = Multi_key | ||
+ | keycode 98 = Up | ||
+ | keycode 100 = Left | ||
+ | keycode 102 = Right | ||
+ | |||
= See also = | = See also = | ||
* [[compose key]] | * [[compose key]] |
Latest revision as of 18:07, 15 July 2014
Xmodmap allows you to modify your keymap.
You can put a .Xmodmap file into your home directory:
keycode 134 = Multi_key keycode 98 = Up keycode 100 = Left keycode 102 = Right