Keyboard shortcuts not working
Posted: Fri Jul 13, 2012 1:53 am
Hi,
New to LXDE here, and really enjoying it on ubuntu 12.04. I like the configurability, style and lightness -a refreshing change from the backward trend.
I've found the file .config/openbox/lxde-rc.xml, where keybindings are stored. I have two problems:
First, there are several ways to open the system menu via keyboard, and none of them are working. Here is a mess of code from the file, none of which is working:
<!--keybindings for LXPanel --><keybind key="W-r"><action name="Execute"><command>lxpanelctl run</command></action></keybind><keybind key="A-F2"><action name="Execute"><command>lxpanelctl run</command></action></keybind><keybind key="C-Escape"><action name="Execute"><command>lxpanelctl menu</command></action></keybind>
Second, I would like to map some keys to perform basic window functions such as minimize, maximize, but I'm not sure of the syntax. One attempt that didn't work is <keybind key="A-F5"><action name="MinimizeWindow"/></keybind>. My method is to make the change, save the file, but not reboot.
I'd like to get this working, so I could use the keyboard for the "start" menu, and attach gesture to the window actions.
Thanks,
p.
New to LXDE here, and really enjoying it on ubuntu 12.04. I like the configurability, style and lightness -a refreshing change from the backward trend.
I've found the file .config/openbox/lxde-rc.xml, where keybindings are stored. I have two problems:
First, there are several ways to open the system menu via keyboard, and none of them are working. Here is a mess of code from the file, none of which is working:
<!--keybindings for LXPanel --><keybind key="W-r"><action name="Execute"><command>lxpanelctl run</command></action></keybind><keybind key="A-F2"><action name="Execute"><command>lxpanelctl run</command></action></keybind><keybind key="C-Escape"><action name="Execute"><command>lxpanelctl menu</command></action></keybind>
Second, I would like to map some keys to perform basic window functions such as minimize, maximize, but I'm not sure of the syntax. One attempt that didn't work is <keybind key="A-F5"><action name="MinimizeWindow"/></keybind>. My method is to make the change, save the file, but not reboot.
I'd like to get this working, so I could use the keyboard for the "start" menu, and attach gesture to the window actions.
Thanks,
p.