You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect that hydra-pause-only wrapper would print the "Paused hydra." message, when pressing C-: from inside the hydra (which I can enter into via those scale-window-hydra global bindings. Meanwhile pressing C-: from outside the hydra would resume the last used hydra from the stack.
The problem is that when pressing C-: while inside the hydra instead does not print anything, and just exits the hydra. This IMHO implies that the binding in hydra-base-map does not actually register, and the hydra just interprets it as foreign-key, and exits. I am able to resume the hydra after though, so not 100% sure what is going on.
NOTE: the weird binding choices are due to me using god-mode on Dvorak layout. ;)
The text was updated successfully, but these errors were encountered:
I have the following code to demonstrate the problem:
I expect that
hydra-pause-only
wrapper would print the "Paused hydra." message, when pressingC-:
from inside the hydra (which I can enter into via thosescale-window-hydra
global bindings. Meanwhile pressingC-:
from outside the hydra would resume the last used hydra from the stack.The problem is that when pressing
C-:
while inside the hydra instead does not print anything, and just exits the hydra. This IMHO implies that the binding inhydra-base-map
does not actually register, and the hydra just interprets it as foreign-key, and exits. I am able to resume the hydra after though, so not 100% sure what is going on.NOTE: the weird binding choices are due to me using god-mode on Dvorak layout. ;)
The text was updated successfully, but these errors were encountered: