mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-02 15:40:19 +00:00
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
|
// key-mapper symbols config file.
|
||
|
|
||
|
// the corresponding keycodes configuration is in
|
||
|
// /usr/share/X11/xkb/keycodes/key-mapper
|
||
|
|
||
|
default xkb_symbols "basic" {{
|
||
|
name[Group1] = "{name}";
|
||
|
{xkb_symbols}
|
||
|
}};
|