summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorPierre Le Marre <dev@wismill.eu>2024-08-26 15:19:15 +0200
committerPierre Le Marre <dev@wismill.eu>2024-08-26 15:19:15 +0200
commit32d2ba4b03f8fb76bc56b6191215ff0e1630380f (patch)
treea795fe12233bc5ba2b877e337275b2a2ab064665 /rules
parentd75647bc62ec6a469271a4d54bcb3150efee7dc6 (diff)
options: Added altwin:swap_ralt_rwin
This option swaps right `Alt` with right `Win`. Symbols are already there, so this commit just adds the corresponding rules via the registry. Part-of: <https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/merge_requests/731>
Diffstat (limited to 'rules')
-rw-r--r--rules/base.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/base.xml b/rules/base.xml
index 52f6d02a..b2635b5d 100644
--- a/rules/base.xml
+++ b/rules/base.xml
@@ -7764,6 +7764,12 @@
</option>
<option>
<configItem>
+ <name>altwin:swap_ralt_rwin</name>
+ <description>Right Alt is swapped with Right Win</description>
+ </configItem>
+ </option>
+ <option>
+ <configItem>
<name>altwin:swap_alt_win</name>
<description>Alt is swapped with Win</description>
</configItem>