Code: Select all
</keybind>
<keybind key="W-.">
<action name="ToggleMaximize">
<direction>both</direction>
</action>
</keybind>
Thanks.

Code: Select all
</keybind>
<keybind key="W-.">
<action name="ToggleMaximize">
<direction>both</direction>
</action>
</keybind>
Code: Select all
$ xev
Code: Select all
$xev
KeyRelease event, serial 41, synthetic NO, window 0x2600001,
root 0x25c, subw 0x0, time 1549033, (-358,489), root:(262,779),
state 0x1, keycode 62 (keysym 0xffe2, Shift_R), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
Caution with the code that you posted, it has a keybind ending tag on the top, it made me an error when I rebooted and the session started, so I saw itKranthiKatikala wrote:I'm trying to use the following code in the lxde-rc.xml file.But the keybind won't work. I don't mind changing the keybind to something else at all, but can anyone please direct me to the page which contains a possible explanation for this please?Code: Select all
</keybind> <keybind key="W-."> <action name="ToggleMaximize"> <direction>both</direction> </action> </keybind>
Thanks.