1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-29 12:04:06 +02:00

wmaker: add new ModifierKeyShortLabels option

This patch is adding a new ModifierKeyShortLabels option to the
WindowMaker file to let the user specify the modifier key labels
used in the shortcuts like those appearing in the root menu.
For example, to overwrite the default labels, a user can set
the new option value to:

ModifierKeyShortLabels = (
  "\342\207\247",
  "\342\214\203",
  "\342\214\245",
  "\342\207\255",
  "\342\207\263",
  "\342\214\230",
  "\342\207\252",
  "\342\227\206",
  "\342\214\245"
);

Which is using the same symbols as defined in macos.
For example, instead of printing M4+, "\342\214\230"
will print the ⌘ (Command) symbol.
This commit is contained in:
David Maciejak
2026-02-24 21:48:37 -05:00
committed by Carlos R. Mafra
parent 073235ada4
commit 66bf19c1e0
3 changed files with 64 additions and 18 deletions
+1
View File
@@ -393,6 +393,7 @@ extern struct WPreferences {
signed char workspace_name_display_position;
unsigned int modifier_mask; /* mask to use as kbd modifier */
char *modifier_labels[7]; /* Names of the modifiers */
char *modifier_short_labels[9]; /* Short names of the modifiers */
unsigned int supports_tiff; /* Use tiff files */