os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 31 forks source link

Option to set window move shortcut #82

Closed andersevenrud closed 4 years ago

andersevenrud commented 4 years ago

The configuration option 'windows.moveKeybinding' now allows for setting which key(s) that handle the movement of window modifier. By default this is set to 'ctrl', but can be any key combination that the input handler supports (ex, 'ctrl+m'), or false/null to disable.