summaryrefslogtreecommitdiff
path: root/fluxbox/debian/patches/stackrpms-customize-language.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fluxbox/debian/patches/stackrpms-customize-language.patch')
-rw-r--r--fluxbox/debian/patches/stackrpms-customize-language.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/fluxbox/debian/patches/stackrpms-customize-language.patch b/fluxbox/debian/patches/stackrpms-customize-language.patch
new file mode 100644
index 0000000..b4597dc
--- /dev/null
+++ b/fluxbox/debian/patches/stackrpms-customize-language.patch
@@ -0,0 +1,18 @@
+Author: bgstack15
+Date: 2024-04-04
+Version: fluxbox 1.4.0
+Source: bgstack15
+Summary: Use x key to maximize window, not m
+Message:
+ Between 1.3.7 and 1.4.0, the application was changed to use the first key of a menu entry to select that entry, instead of some previous method where it was chosen or configured to use a specific key. I want to use X to maximize, not M.
+--- a/nls/en_US/Translation.m
++++ b/nls/en_US/Translation.m
+@@ -212,7 +212,7 @@ $set 16 #Windowmenu
+ 2 Iconify
+ 3 Layer
+ 4 Lower
+-5 Maximize
++5 xMaximize
+ 6 Raise
+ 7 Send To ...
+ 8 Shade
bgstack15