You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
319 B
22 lines
319 B
4 months ago
|
xkb_keymap {
|
||
|
xkb_keycodes {
|
||
|
<ESC> = 1;
|
||
|
};
|
||
|
|
||
|
xkb_types {
|
||
|
virtual_modifiers NumLock;
|
||
|
};
|
||
|
|
||
|
xkb_compatibility {
|
||
|
virtual_modifiers NumLock;
|
||
|
interpret KP_1+AnyOfOrNone(all) {
|
||
|
repeat= True;
|
||
|
action= MovePtr(x=(1/0),y=+1);
|
||
|
};
|
||
|
};
|
||
|
|
||
|
xkb_symbols {
|
||
|
key <HYPR> { [ NoSymbol, Hyper_L ] };
|
||
|
};
|
||
|
};
|