blob: b4597dc7c89bf4a27e07ecb2bbe5de11a782de6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|