You are not logged in.
Pages: 1
real quick, what is the keyboard shortcut for the "start" menu, and how do you change it? I am used to it being either Ctrl-ESC or Alt-F3, but neither of those work.
Offline
You have to add your own to either /etc/xdg/openbox/rc.xml or copy rc.xml to ~/.config/openbox
On cooking this configures left windows key to open applications menu and right windows key to launch xterm.
tux@slitaz:~$ diff /etc/xdg/openbox/rc.xml .config/openbox/rc.xml
--- /etc/xdg/openbox/rc.xml
+++ .config/openbox/rc.xml
@@ -271,8 +271,18 @@
</startupnotify>
<command>lxpanelctl run</command>
</action>
- </keybind>
- </keyboard>
+ </keybind>
+ <keybind key="Super_L">
+ <action name="Execute">
+ <command>lxpanelctl menu</command>
+ </action>
+ </keybind>
+ <keybind key="Super_R">
+ <action name="Execute">
+ <command>xterm</command>
+ </action>
+ </keybind>
+</keyboard>
<mouse>
<dragThreshold>8</dragThreshold>
<!-- number of pixels the mouse must move before a drag begins -->
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]