diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd
index 825a1e3c..66e97471 100644
--- a/docs/labwc-config.5.scd
+++ b/docs/labwc-config.5.scd
@@ -796,14 +796,14 @@ extending outward from the snapped edge.
```
- Example to un-bind the default alt + left-button-press to move window:
+ Example to un-bind the default Super + left-button-press to move window:
```
-
-
+
+
```
diff --git a/docs/rc.xml.all b/docs/rc.xml.all
index 15439ccf..6fd900ae 100644
--- a/docs/rc.xml.all
+++ b/docs/rc.xml.all
@@ -354,18 +354,18 @@
500
-
+
-
+
-
+
-
+
diff --git a/include/config/default-bindings.h b/include/config/default-bindings.h
index 98933afb..56f08cf5 100644
--- a/include/config/default-bindings.h
+++ b/include/config/default-bindings.h
@@ -184,32 +184,32 @@ static struct mouse_combos {
.action = "Resize",
}, {
.context = "Frame",
- .button = "A-Left",
+ .button = "W-Left",
.event = "Press",
.action = "Focus",
}, {
.context = "Frame",
- .button = "A-Left",
+ .button = "W-Left",
.event = "Press",
.action = "Raise",
}, {
.context = "Frame",
- .button = "A-Left",
+ .button = "W-Left",
.event = "Drag",
.action = "Move",
}, {
.context = "Frame",
- .button = "A-Right",
+ .button = "W-Right",
.event = "Press",
.action = "Focus",
}, {
.context = "Frame",
- .button = "A-Right",
+ .button = "W-Right",
.event = "Press",
.action = "Raise",
}, {
.context = "Frame",
- .button = "A-Right",
+ .button = "W-Right",
.event = "Drag",
.action = "Resize",
}, {