Tagged Questions
6
votes
1answer
193 views
Back button to middle mouse button
I would like to map "Back" button (xev shows it as "button 7") of my mouse (A4Tech X-7) to act as a middle mouse button. Is there a way to do this? I'm lost in google, finding only how to map buttons ...
9
votes
3answers
2k views
How to get keycodes for xmodmap?
I'm trying to use xmodmap to remap alt/windows keys on Dell L100 keyboard, and have trouble getting the keycodes
For instance, using "xev" doesn't give me keycode for "Alt"
FocusOut event, serial ...
1
vote
1answer
234 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:
...
4
votes
3answers
657 views
How to re-enable the caps lock key?
I am currently setting up my default keyboard layout like this:
setxkbmap -layout us -variant dvorak -option ctrl:nocaps,[...]
It disables the caps lock key and makes it an additional ctrl key, ...
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.
...