diff options
author | Ryan Kavanagh <rak@rak.ac> | 2024-01-01 18:50:52 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2024-01-01 18:50:52 -0500 |
commit | 8c17496e22e91bf637d6a0ca92b98d6b45e5fbf3 (patch) | |
tree | 4c760c3913e250da79226670cd0f863c807c5360 /dot_config/xkb/symbols | |
parent | Switch emacs to Iosevka (diff) |
Treat RALT as super
Diffstat (limited to 'dot_config/xkb/symbols')
-rw-r--r-- | dot_config/xkb/symbols/ralt_super | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/xkb/symbols/ralt_super b/dot_config/xkb/symbols/ralt_super new file mode 100644 index 0000000..6735742 --- /dev/null +++ b/dot_config/xkb/symbols/ralt_super @@ -0,0 +1,4 @@ +partial modifier_keys +xkb_symbols "ralt_super" { + key <RALT> { [ Super_L, Super_R ] } ; +}; |