How shall I convert a modifier map into an xmodmap expression?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
The output of xmodmap -pke
provides a keymap table which contains
keycode 133 = Super_L NoSymbol Super_L
keycode 206 = NoSymbol Super_L NoSymbol Super_L
The output of xmodmap -pm
provides a modifier map which contains
mod4 Super_L (0x85), Super_R (0x86), Super_L (0xce), Hyper_L (0xcf)
I was wondering how to convert the line in the modifier map to an expression which can be executed by xmodmap
?
I guess this might be incorrect:
add mod4 = Super_L Super_R Hyper_L
given that Super_L
appears twice with different key codes in both the keymap table and the modifier map.
Thanks.
xmodmap
add a comment |Â
up vote
0
down vote
favorite
The output of xmodmap -pke
provides a keymap table which contains
keycode 133 = Super_L NoSymbol Super_L
keycode 206 = NoSymbol Super_L NoSymbol Super_L
The output of xmodmap -pm
provides a modifier map which contains
mod4 Super_L (0x85), Super_R (0x86), Super_L (0xce), Hyper_L (0xcf)
I was wondering how to convert the line in the modifier map to an expression which can be executed by xmodmap
?
I guess this might be incorrect:
add mod4 = Super_L Super_R Hyper_L
given that Super_L
appears twice with different key codes in both the keymap table and the modifier map.
Thanks.
xmodmap
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
The output of xmodmap -pke
provides a keymap table which contains
keycode 133 = Super_L NoSymbol Super_L
keycode 206 = NoSymbol Super_L NoSymbol Super_L
The output of xmodmap -pm
provides a modifier map which contains
mod4 Super_L (0x85), Super_R (0x86), Super_L (0xce), Hyper_L (0xcf)
I was wondering how to convert the line in the modifier map to an expression which can be executed by xmodmap
?
I guess this might be incorrect:
add mod4 = Super_L Super_R Hyper_L
given that Super_L
appears twice with different key codes in both the keymap table and the modifier map.
Thanks.
xmodmap
The output of xmodmap -pke
provides a keymap table which contains
keycode 133 = Super_L NoSymbol Super_L
keycode 206 = NoSymbol Super_L NoSymbol Super_L
The output of xmodmap -pm
provides a modifier map which contains
mod4 Super_L (0x85), Super_R (0x86), Super_L (0xce), Hyper_L (0xcf)
I was wondering how to convert the line in the modifier map to an expression which can be executed by xmodmap
?
I guess this might be incorrect:
add mod4 = Super_L Super_R Hyper_L
given that Super_L
appears twice with different key codes in both the keymap table and the modifier map.
Thanks.
xmodmap
asked Apr 20 at 0:17
Tim
22.6k63224401
22.6k63224401
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f438853%2fhow-shall-i-convert-a-modifier-map-into-an-xmodmap-expression%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password