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
Defines Ctrl-Space as toggle_mark_and_next and works great under Linux.
Under Windows this is a NOOP.
However one can manually setup additional/alternative keybindings that work. For example, with the sample code in the readme
@mooz just wanted to say thank you for making this tool and making it available. You made my crappy tool, less-crappy :-) Percol was really easy to integrate.
percol/percol/__init__.py
Line 208 in 4b28037
Defines Ctrl-Space as
toggle_mark_and_next
and works great under Linux.Under Windows this is a NOOP.
However one can manually setup additional/alternative keybindings that work. For example, with the sample code in the readme
percol/README.md
Line 196 in 4b28037
Before the call to
p.loop()
and Ctrl-t now works, under Windows instead, under Linux for both ctrl-t and ctrl-space (c-spc
).Not figured out how to debug this yet.
The text was updated successfully, but these errors were encountered: