The xmodmap tag has no wiki summary.
7
votes
2answers
1k views
Mapping key combination with xmodmap
I'm trying to achieve the following mapping
keycode 135 = <Ctrl-C>
Is it possible to achieve this in some way?
4
votes
2answers
871 views
Remapping caps-lock to escape, and menu to compose, on the linux console
When running X I use a .xmodmaprc to remap certain keys thusly:
! Make it so that both Caps Lock and Escape do Escape
clear Lock
keysym Caps_Lock = Escape
! Remap the menu key as Compose
keysym Menu ...
1
vote
1answer
392 views
Determining keycode assignments for X.org on a PC
At some point around late 2008 to early 2009, some keycode values (apparently, for the keys that weren't on an XT keyboard) on a standard PC keyboard when running X.org under Linux changed. I don't ...
5
votes
2answers
1k views
Remapping Caps Lock with xmodmap doesn't work
When I program I like to swap these keys:
Esc ↔ Tab
Ctrl ↔ CapsLock
In ~/.xmodmap, I have specified these re-mappings:
keycode 66 = Control_L
keycode 37 = Caps_Lock
keycode 23 = Escape
keycode 9 = ...
2
votes
2answers
288 views
Where to apply xmodmap for systemwide usage?
I need to apply a custom xmodmap for all users at the start. Where do I need to put it? I have thought at /etc/rc.local? Does this make sense?
4
votes
3answers
645 views
Set the key for spanish eñe letter
How can I map the spanish eñe letter to a key combination? What application is suitable for this purpose (xmodmap, xbindkeys, ...)?
When I press Caps Lock + n, it should type ñ
When I press Caps ...
2
votes
4answers
498 views
Turn NumLock on on startup?
I usually edit in Vim,and when pressing +, I'd rather move my hand to the right part of the keyboard where + resides rather than doing shift + =.
But when NumLock is not on, in Vim it just opens a ...
4
votes
2answers
555 views
run xmodmap commands after login
I created a file ~/.Xmodmap with my mapping commands. I thought that it will be automatically launched after login (and restart) but it's not. So I have to always run after login the command
$ ...
3
votes
3answers
1k views
how to assign another modifier to Alt key for X11?
Aim:
I would like to assign Alt to CapsLock-key, and Meta to Alt-key. But in such way, Alt-key would no longer be recognized as Alt, and CapsLock-key would no longer be recognized as CapsLock.
...
1
vote
1answer
235 views
Remap Caps_Lock to Control in Solaris
I'm having the hardest time trying to understand how xmodmap works. I want to remap the Caps Lock key to Control.
In an attempt to emaulate the answers shown here, I created the file .xmodmaprc:
...