Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Additional (optional) hotkey to move and switch desktop #58

Open
popq opened this issue Aug 30, 2018 · 6 comments
Open

Additional (optional) hotkey to move and switch desktop #58

popq opened this issue Aug 30, 2018 · 6 comments

Comments

@popq
Copy link

popq commented Aug 30, 2018

I would like to have the possibility to use separate hotkeys for moving a window and for moving a window and switching desktop, ex. CTRL+ALT+Right/Left for moving windows, and WIN+ALT+Right/Left for moving a window and switching desktop.

@hacki11
Copy link

hacki11 commented Nov 15, 2018

+1

@bbrauchl
Copy link

+2

@onriv
Copy link

onriv commented Mar 3, 2019

+3, but anyway I do it with autohotkey (combine two hotkeys with one hotkey)

@Junpliu
Copy link

Junpliu commented Apr 12, 2019

+4

@Junpliu
Copy link

Junpliu commented Apr 12, 2019

+3, but anyway I do it with autohotkey (combine two hotkeys with one hotkey)

Could tell me how to edit the autohotkey script file, I am really new to this!
Thank you so much!

@onriv
Copy link

onriv commented Apr 13, 2019

+3, but anyway I do it with autohotkey (combine two hotkeys with one hotkey)

Could tell me how to edit the autohotkey script file, I am really new to this!
Thank you so much!

Something like this:

#,::
  Send, {LWinDown}{AltDown}{Left}{LWinUp}{AltUp}
  Send, {LWinDown}{CtrlDown}{Left}{LWinUp}{CtrlUp}
  Return
#.::
  Send, {LWinDown}{AltDown}{Right}{LWinUp}{AltUp}
  Send, {LWinDown}{CtrlDown}{Right}{LWinUp}{CtrlUp}
  Return

https://autohotkey.com/docs/Hotkeys.htm

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

No branches or pull requests

5 participants