mb-kb upd

This commit is contained in:
2026-03-23 21:51:11 +01:00
parent baeecbe46b
commit be98ac4ef7

View File

@@ -159,5 +159,5 @@ if __name__ == "__main__":
dlg += "--text '\n<b>Key bindings</b> are confugured in your <i>~/.config/openbox/rc.xml</i> file. <a href=\"http://openbox.org/help/Bindings\">docs</a>\n\t\t\t\t<b>S</b> - Shift key\n\t\t\t\t<b>C</b> - Control key\n\t\t\t\t<b>A</b> - Alt key\n\t\t\t\t<b>W</b> - 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 " + rc_fpath + "' --button='Reload Openbox configuration:openbox --reconfigure' --button=Close"
dlg += "--button='Edit rc.xml:geany -l 179 " + rc_fpath + "' --button='Reload Openbox configuration:openbox --reconfigure' --button=Close"
os.system(dlg)