Lubuntu20.04: How to make Alt-Tab cycle through only current workspace's windows and Ctrl-Alt-Tab fo switch through all windows in all workspaces?

computronium

I found some tweaks pertaining to Gnome Shell, but how do I edit these shortcut keys to get the intended behavior on lubuntu 20.04?

vanadium

Should work with the following definition in ~/.config/openbox/lxqt-rc.xml (this might be ~/.config/openbox/rc.xml in plain openbox):

<keybind key="A-Tab">
  <action name="NextWindow">
    <allDesktops>no<allDesktops>
  </action>
</keybind>
<keybind key="C-A-Tab">
  <action name="NextWindow">
    <allDesktops>yes<allDesktops>
  </action>
</keybind>

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Ubuntu 18.04 Gnome: How to set Alt+Ctrl+Tab to switch between windows of all workspaces and Alt+Tab to switch between only current workspace

How do I make alt + tab cycle through individual windows only in current workspace in GNOME 3?

ALT + TAB Windows in All Workspaces in 20.04 LTS

Unity: How can I make Alt+TAB browse through all my windows without grouping them?

ubuntu 15.10: How to set alt+tab to switch windows only in the current workspace?

How can I set that Alt-TAB to switch windows only on the current workspace?

Alt Tab for all workspace

How to make Ubuntu 18.04 (GNOME) workspace prohibit alt-tab to windows on other workspaces

Can I alt-tab windows from all workspaces?

Unity: How do I revert Alt-tab behavior to switch between windows on the current workspace?

How to get alt-tab on GNOME to cycle through applications like Windows?

How do I cycle through windows with alt+tab on Pop!_OS?

Force alt + tab to switch only on current workspace in GNOME shell

Windows: directly switch to a specific application instead of tabbing through using alt+tab

Alt + tab to switch between windows that are only in one screen

Bind Ctrl-Tab to cycle through windows in tmux

How to remap tab shortcut from ctrl to alt for Chrome in Windows?

How to make alt-tab switch quickly?

prevent ALT-Tab from bringing all windows to the front

not all application windows show after leaving and returning with ALT/TAB

Switch between windows of unique applications (not Alt+Tab or Alt+`)

How do I close all windows only in the current tab of vim

How can I configure Alt+Tab and the launcher to only show apps in the current workspace?

How do I revert the alt-tab behavior so that switching to an app brings to the front all the windows of that app?

How can I force all the windows to the fore when I alt-tab into any one of them?

Openbox: How to show windows from all virtual desktops in Alt+Tab dialog

How to raise two windows in one Alt + Tab?

Is there any program or way to make Mac OS X's ⌘-Tab behave like Windows' Alt-Tab?

Switch between windows on only one virtual desktop with Autohotkey - with alt+tab working as-is