wm3
wm3 copied to clipboard
Customize keyboard shortcuts question
I see shortcuts can't currently be customized. What are the chances this will change? Love WM but I have many other utilities running with global shortcuts that interfere with the presets. Thanks.
No immediate plans. If you want to get a little hacky, give me a couple of shortcuts, and I'll tell you how to work around them in WM. i.
Hacky is ok. How could I change ctrl+8
to ctrl+up
, for example?
I also have conflicts with both ctrl+shift+p
and ctrl+space
for bringing up the command palette.
-
ctrl+shift+p
,ctrl+space
--> writemonkey/core/keyboard.js, line 13- Change: jwerty.key(ctrl+'shift+P/ctrl+space', function()
-
ctrl+8
--> writemonkey/core/codemirror_ext.js, line 387- Change: map[ctrl + '8'] = function (cm) {
-
ctrl+up
--> I don't think this one is mapped to anything in wm
i.