summaryrefslogtreecommitdiff
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
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>
-rw-r--r--changes/options/474.feature.md1
-rw-r--r--rules/base.xml6
2 files changed, 7 insertions, 0 deletions
diff --git a/changes/options/474.feature.md b/changes/options/474.feature.md
new file mode 100644
index 00000000..0a309d0b
--- /dev/null
+++ b/changes/options/474.feature.md
@@ -0,0 +1 @@
+Added `altwin:swap_ralt_rwin` to swap right `Alt` with right `Win`.
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>