RobertMueller2 / WorkspaceSwitch.NET

MIT License
1 stars 0 forks source link

Have defaults avoid collision with existing hotkeys #9

Closed RobertMueller2 closed 5 months ago

RobertMueller2 commented 5 months ago

see 0d5dd71

RobertMueller2 commented 5 months ago

This is only partially solved for the sticky key combo. It can't really be solved for Number key combinations, turns out, Ctrl, Alt, Shift and Ctrl/Shift combos are bounds as well.

Reverted 0d5dd7176af14cecf2c095d1bcab2b1880bed053 with 01c336c0ebaacbc11e53a423442baf92a84ec34b.

Steps to unbind are documented in README.md.

Reopened #5 to add a shortcut for this eventually.