I want to add a shortcuts whose effect is the same as Alt+Tab
to toggle between windows. In other words, I want Alt+Tab
and Super+l
to have the same function.
Note: system is Linux mint 14
I found a similar question in stackoverflow, but I can't find a command to do what I want.
I also found this document to custom keyboard, but I have no idea how to do.
And I found the file ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml will be change when I modify shortcuts in the windows manager panel
When I tried to add two items to xfce4-keyboard-shortcuts.xml
<property name="<Super>l" type="string" value="cycle_windows_key"/>
<property name="<Alt>Tab" type="string" value="cycle_windows_key"/>
It still didn't work even after reboot system, and the only change is shortcuts are shown in the windows manager panel.(For example: cycle_windows_key shortcuts show as Alt+Tab
, but work as Super+l
)
If anyone can solve it or give any suggestions, I will be very thankful :)