Re: Why was swapAltMeta removed?
Re: Why was swapAltMeta removed?
- Subject: Re: Why was swapAltMeta removed?
- From: jiho <email@hidden>
- Date: Sun, 24 Feb 2008 16:35:38 +0100
On 2008-February-24 , at 16:14 , Jaka Jančar wrote:
Do you have an example for xmodmap? I'm a bit confused about whether
I should be changing the modifier map, keymap table or something
else...
I am not sure what swap alt meta used to do but here is my Xmodmap which
- forces alt/option keys to be alt
- makes command (apple key) behave as ctrl and ctrl behave as meta
Based on that I think you can probably find what you want:
! This one forces both alt keys to be alt:
keycode 66 = Alt_L
keycode 69 = Alt_R
clear mod1
add mod1 = Alt_L Alt_R
! switch meta and control
clear mod2
clear control
add mod2 = Control_L Control_R
add control = Meta_L Meta_R
Cheers,
JiHO
---
http://jo.irisson.free.fr/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden