SliTaz SliTaz Forum

You are not logged in.

#1 2012-01-10 03:16:52

Narvey
Member
Registered: 2011-12-25
Posts: 4

keyboard shortcut for start menu

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

#2 2012-01-10 06:51:45

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: keyboard shortcut for start menu

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

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]