KDE Plasma 5 switch between windows with arrow keys
I recently upgraded to KDE5. Something that is really annoying is that Alt+Tab does not have proper behavior. Specifically, in KDE4, when I pressed Alt+Tab, then let Tab go while still pressing Alt, I was able to switch between windows using the arrow key and go in forward and reverse order. Now this does not seem possible anymore. I went to K > System Settings > Window Management > Task Switcher and played around with the options, but no configuration seems to be able to bring this behavior back. Furthermore, since I have virtual workspaces and use Alt+Arrows to switch between them, whenever I try to add Alt+Arrow as shortkey in the Task Switcher, it tells me that it will overwrite the global command. There must be a way to avoid this conflict during Alt+Tab invocation since it worked perfectly in KDE4. Any suggestions?
linux keyboard-shortcuts alt-tab kde-plasma-5
add a comment |Â
I recently upgraded to KDE5. Something that is really annoying is that Alt+Tab does not have proper behavior. Specifically, in KDE4, when I pressed Alt+Tab, then let Tab go while still pressing Alt, I was able to switch between windows using the arrow key and go in forward and reverse order. Now this does not seem possible anymore. I went to K > System Settings > Window Management > Task Switcher and played around with the options, but no configuration seems to be able to bring this behavior back. Furthermore, since I have virtual workspaces and use Alt+Arrows to switch between them, whenever I try to add Alt+Arrow as shortkey in the Task Switcher, it tells me that it will overwrite the global command. There must be a way to avoid this conflict during Alt+Tab invocation since it worked perfectly in KDE4. Any suggestions?
linux keyboard-shortcuts alt-tab kde-plasma-5
add a comment |Â
I recently upgraded to KDE5. Something that is really annoying is that Alt+Tab does not have proper behavior. Specifically, in KDE4, when I pressed Alt+Tab, then let Tab go while still pressing Alt, I was able to switch between windows using the arrow key and go in forward and reverse order. Now this does not seem possible anymore. I went to K > System Settings > Window Management > Task Switcher and played around with the options, but no configuration seems to be able to bring this behavior back. Furthermore, since I have virtual workspaces and use Alt+Arrows to switch between them, whenever I try to add Alt+Arrow as shortkey in the Task Switcher, it tells me that it will overwrite the global command. There must be a way to avoid this conflict during Alt+Tab invocation since it worked perfectly in KDE4. Any suggestions?
linux keyboard-shortcuts alt-tab kde-plasma-5
I recently upgraded to KDE5. Something that is really annoying is that Alt+Tab does not have proper behavior. Specifically, in KDE4, when I pressed Alt+Tab, then let Tab go while still pressing Alt, I was able to switch between windows using the arrow key and go in forward and reverse order. Now this does not seem possible anymore. I went to K > System Settings > Window Management > Task Switcher and played around with the options, but no configuration seems to be able to bring this behavior back. Furthermore, since I have virtual workspaces and use Alt+Arrows to switch between them, whenever I try to add Alt+Arrow as shortkey in the Task Switcher, it tells me that it will overwrite the global command. There must be a way to avoid this conflict during Alt+Tab invocation since it worked perfectly in KDE4. Any suggestions?
linux keyboard-shortcuts alt-tab kde-plasma-5
linux keyboard-shortcuts alt-tab kde-plasma-5
edited Aug 16 at 12:35
Art Gertner
5,849113363
5,849113363
asked May 18 at 16:13
niko
1997
1997
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
Actually to use Alt + Tab and than arrow keys you have to select a proper visualization effect to Task Switcher on System Settings.
The default effect, Breeze, currently is not supporting the arrow keys anymore, but you can try the effect "Cover Switch" or some other that will work good with arrow keys too.
That would be nice if you could register a bug report on https://bugs.kde.org/ reporting that Breeze effect will not work with arrow keys while other effects are working ok with arrow keys.
I'm working on my first code to kwin and I'm planning to work on some new features and bug correction in future. I would like to work on this one.
add a comment |Â
I also needed this feature very much, my concern was mostly using arrow keys when KDE task switcher is active. so I built a little tool for it called karrowswitch which emulates (shift
+) tab
/gravy-accent
key when the task switcher is active and arrow keys are pressed. Feel free to try it.
KArrowSwitch adds support for arrow keys in KDE default
alt+tab/grave-accent task switcher. it is very simply implemented, it
detects alt+tab/grave-accent (hence an active task-switcher state)
then it emulates "tab/grave-accent" key when right/down arrows are
pressed, and "shift+tab/grave-accent" for left/up arrows.
New contributor
Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
â bertieb
yesterday
Thanks for the guide @bertieb !
â NiMa Thr
yesterday
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Actually to use Alt + Tab and than arrow keys you have to select a proper visualization effect to Task Switcher on System Settings.
The default effect, Breeze, currently is not supporting the arrow keys anymore, but you can try the effect "Cover Switch" or some other that will work good with arrow keys too.
That would be nice if you could register a bug report on https://bugs.kde.org/ reporting that Breeze effect will not work with arrow keys while other effects are working ok with arrow keys.
I'm working on my first code to kwin and I'm planning to work on some new features and bug correction in future. I would like to work on this one.
add a comment |Â
Actually to use Alt + Tab and than arrow keys you have to select a proper visualization effect to Task Switcher on System Settings.
The default effect, Breeze, currently is not supporting the arrow keys anymore, but you can try the effect "Cover Switch" or some other that will work good with arrow keys too.
That would be nice if you could register a bug report on https://bugs.kde.org/ reporting that Breeze effect will not work with arrow keys while other effects are working ok with arrow keys.
I'm working on my first code to kwin and I'm planning to work on some new features and bug correction in future. I would like to work on this one.
add a comment |Â
Actually to use Alt + Tab and than arrow keys you have to select a proper visualization effect to Task Switcher on System Settings.
The default effect, Breeze, currently is not supporting the arrow keys anymore, but you can try the effect "Cover Switch" or some other that will work good with arrow keys too.
That would be nice if you could register a bug report on https://bugs.kde.org/ reporting that Breeze effect will not work with arrow keys while other effects are working ok with arrow keys.
I'm working on my first code to kwin and I'm planning to work on some new features and bug correction in future. I would like to work on this one.
Actually to use Alt + Tab and than arrow keys you have to select a proper visualization effect to Task Switcher on System Settings.
The default effect, Breeze, currently is not supporting the arrow keys anymore, but you can try the effect "Cover Switch" or some other that will work good with arrow keys too.
That would be nice if you could register a bug report on https://bugs.kde.org/ reporting that Breeze effect will not work with arrow keys while other effects are working ok with arrow keys.
I'm working on my first code to kwin and I'm planning to work on some new features and bug correction in future. I would like to work on this one.
answered Oct 13 at 22:56
hsantanna
1
1
add a comment |Â
add a comment |Â
I also needed this feature very much, my concern was mostly using arrow keys when KDE task switcher is active. so I built a little tool for it called karrowswitch which emulates (shift
+) tab
/gravy-accent
key when the task switcher is active and arrow keys are pressed. Feel free to try it.
KArrowSwitch adds support for arrow keys in KDE default
alt+tab/grave-accent task switcher. it is very simply implemented, it
detects alt+tab/grave-accent (hence an active task-switcher state)
then it emulates "tab/grave-accent" key when right/down arrows are
pressed, and "shift+tab/grave-accent" for left/up arrows.
New contributor
Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
â bertieb
yesterday
Thanks for the guide @bertieb !
â NiMa Thr
yesterday
add a comment |Â
I also needed this feature very much, my concern was mostly using arrow keys when KDE task switcher is active. so I built a little tool for it called karrowswitch which emulates (shift
+) tab
/gravy-accent
key when the task switcher is active and arrow keys are pressed. Feel free to try it.
KArrowSwitch adds support for arrow keys in KDE default
alt+tab/grave-accent task switcher. it is very simply implemented, it
detects alt+tab/grave-accent (hence an active task-switcher state)
then it emulates "tab/grave-accent" key when right/down arrows are
pressed, and "shift+tab/grave-accent" for left/up arrows.
New contributor
Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
â bertieb
yesterday
Thanks for the guide @bertieb !
â NiMa Thr
yesterday
add a comment |Â
I also needed this feature very much, my concern was mostly using arrow keys when KDE task switcher is active. so I built a little tool for it called karrowswitch which emulates (shift
+) tab
/gravy-accent
key when the task switcher is active and arrow keys are pressed. Feel free to try it.
KArrowSwitch adds support for arrow keys in KDE default
alt+tab/grave-accent task switcher. it is very simply implemented, it
detects alt+tab/grave-accent (hence an active task-switcher state)
then it emulates "tab/grave-accent" key when right/down arrows are
pressed, and "shift+tab/grave-accent" for left/up arrows.
New contributor
I also needed this feature very much, my concern was mostly using arrow keys when KDE task switcher is active. so I built a little tool for it called karrowswitch which emulates (shift
+) tab
/gravy-accent
key when the task switcher is active and arrow keys are pressed. Feel free to try it.
KArrowSwitch adds support for arrow keys in KDE default
alt+tab/grave-accent task switcher. it is very simply implemented, it
detects alt+tab/grave-accent (hence an active task-switcher state)
then it emulates "tab/grave-accent" key when right/down arrows are
pressed, and "shift+tab/grave-accent" for left/up arrows.
New contributor
edited yesterday
New contributor
answered yesterday
NiMa Thr
12
12
New contributor
New contributor
Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
â bertieb
yesterday
Thanks for the guide @bertieb !
â NiMa Thr
yesterday
add a comment |Â
Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
â bertieb
yesterday
Thanks for the guide @bertieb !
â NiMa Thr
yesterday
Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
â bertieb
yesterday
Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!
â bertieb
yesterday
Thanks for the guide @bertieb !
â NiMa Thr
yesterday
Thanks for the guide @bertieb !
â NiMa Thr
yesterday
add a comment |Â
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid â¦
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid â¦
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1323959%2fkde-plasma-5-switch-between-windows-with-arrow-keys%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown