martyr-deepin / deepin-wm

Deprecated, consider create and maintain your own fork if you love it.
GNU General Public License v3.0
72 stars 30 forks source link

Alt+Tab: do not switch windows until both keys are released #66

Closed bocekm closed 4 years ago

bocekm commented 4 years ago

On Fedora 30. dconf: /com/deepin/wrap/gnome/desktop/wm/keybindings/switch-applications: ['<Alt>Tab']

Right now, the app focus is changed to the next app with every Alt+Tab key combination press. It means that if I want to switch to an app which is 5th in the list of apps when pressing Alt+Tab, the app focus is changed 4 times. The window of each of those 4 apps pops up in the foreground.

The standard behaviour (MSWindows, GNOME) is however to wait with switching the focus to another app until the requested app is chosen through pressing Tab multiple times (while holding Alt).

bocekm commented 4 years ago

It works fine on Fedora 31, exactly as I described.