From 770790ddffaf1bc5472172eef9dba49c1c022786 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sun, 3 May 2026 08:44:16 +0200 Subject: [PATCH] mb-kb --- bin/mb-kb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mb-kb b/bin/mb-kb index 4767e44..385eb9b 100755 --- a/bin/mb-kb +++ b/bin/mb-kb @@ -156,7 +156,7 @@ if __name__ == "__main__": if gui: dlg = "yad --text-info --title='Mabox Openbox Keybinds' " dlg += "--window-icon=distributor-logo-mabox --image=/usr/share/icons/mabox_trans_64.png " - dlg += "--text '\nKey bindings are confugured in your ~/.config/openbox/rc.xml file. docs\n\t\t\t\tS - Shift key\n\t\t\t\tC - Control key\n\t\t\t\tA - Alt key\n\t\t\t\tW - Super key (usually bound to the Windows key)' " + dlg += "--text '\nKey bindings are configured in your ~/.config/openbox/rc.xml file. docs\n\t\t\t\tS - Shift key\n\t\t\t\tC - Control key\n\t\t\t\tA - Alt key\n\t\t\t\tW - Super key (usually bound to the Windows key)' " dlg += "--filename=$HOME/.config/openbox/kbinds.txt " dlg += "--width=640 --height=560 --fontname=Monospace " dlg += "--button='Edit rc.xml:geany -l 179 " + rc_fpath + "' --button='Reload Openbox configuration:openbox --reconfigure' --button=Close"