mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Pressing ALT + SHIFT + l breaks cycling between workspaces #392
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @H7ioo on GitHub (May 27, 2024).
Describe the bug
ALT + N stops working after using ALT + SHIFT + l on a workspace with one program
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should navigate to N workspace without any issues.
Screenshots and Videos
https://github.com/LGUG2Z/komorebi/assets/37945078/1b603afb-3822-4d3a-acc4-dd5b0d756db4
Operating System
OS Name: Microsoft Windows 11 Home Single Language
OS Version: 10.0.22631 N/A Build 22631
komorebic checkOutputNo KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\omarj
Looking for configuration files in C:\Users\omarj
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\omarj.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
Additional context
My config is the same one in the documentation.
I tried testing it on 2 different PCs, but the issue continues.
What if I pressed ALT + SHIFT + l in the first workspace? Everything works as expected the programs switch places.
Assuming we have 2 workspaces:
The first workspace contains 2 program
The second workspace contains 1 program
When going to the second workspace and pressing ALT + SHIFT + l it breaks ALT + N, so I can't go back to the first workspace by pressing ALT + 1.
@LGUG2Z commented on GitHub (May 27, 2024):
I tried following these instructions step by step but I was not able to reproduce.
alt + shift + lon ws2 triggers a noop error because it's the only window on that workspace, and then the switch back to ws1 succeeds:@H7ioo commented on GitHub (May 27, 2024):
I tried again on my laptop with a fresh install. I closed all the apps from the task manager and I tried again. The same issue happens and my cursor starts flickering. Also, I noticed that all the shortcuts stop working not just ALT + N.
@H7ioo commented on GitHub (May 27, 2024):
Error from the log:
@H7ioo commented on GitHub (May 27, 2024):
After playing around with it I figured out the constraints of the bug.
Update:
Third space produces the bug when ALT + SHIFT + J is pressed
@LGUG2Z commented on GitHub (May 28, 2024):
I'm still not able to reproduce this, it looks like your desktop thinks there is another window in that workspace, or a window on a monitor in the selected direction.
Post your config file and an output of
komorebic stateimmediately before triggering the panic, let's see if there are any clues in there@H7ioo commented on GitHub (May 29, 2024):
Config
State
@H7ioo commented on GitHub (May 29, 2024):
New constraint:
VerticalStack -> ALT + SHIFT + l breaks it
HorizontalStack -> ALT + SHIFT + j breaks it
@LGUG2Z commented on GitHub (May 31, 2024):
Should be fixed here ^