04b7641e85
- Add x11proto to redbear-full.toml package list - libxau recipe updated with x11proto dependency and custom build script - Fixes libxau build failure: 'Package xproto was not found'
22 lines
319 B
Plaintext
22 lines
319 B
Plaintext
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 ] };
|
|
};
|
|
};
|