Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctrl+alt+cmd + left/right does't work #10

Open
BH1SCW opened this issue Apr 16, 2019 · 2 comments
Open

ctrl+alt+cmd + left/right does't work #10

BH1SCW opened this issue Apr 16, 2019 · 2 comments

Comments

@BH1SCW
Copy link

BH1SCW commented Apr 16, 2019

142 -- Move between screens 143 hs.hotkey.bind({"ctrl", "alt", "cmd"}, "Left", hs.fnutils.partial(winmovescreen, "left")) 144 hs.hotkey.bind({"ctrl", "alt", "cmd"}, "Right", hs.fnutils.partial(winmovescreen, "right"))

press hot key combine and nothing happen

@wangshub
Copy link
Owner

is your hotkeys is occupied by another application ? @BH1SCW

@BH1SCW
Copy link
Author

BH1SCW commented Apr 17, 2019

from system preferences-keyboard-Shortcuts, the hotkeys is not registered yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants