Open dmxt opened 7 years ago
Not sure why this is happening, might be because Windows by default maps alt+letter
shortcuts to the menu bar, so if you type alt+f
, it opens the file menu etc. You could try overriding the pane swap shortcut to a different one in keymap.json which can be opened using Debug > Open User Key Map
:
{
"documentation": "https://github.com/adobe/brackets/wiki/User-Key-Bindings",
"overrides": {
"<desired key>" : "cmd.switchPaneFocus"
}
}
@haslam22 Is alt+w
the only default keymap for pane swap?
@dmxt It appears so, the feature was added pretty recently in #12853
Steps to Reproduce
alt+w
to swap panes.I have a warning noise beep every time I press
alt+w
which is deemed as very annoying that would stop me from using it.Expected behavior: No sound effect per pressing
alt+w
to swap pane.Actual behavior: Warning sound beeps per pressing
alt+w
to swap pane.Versions
Brackets 1.9 build 1.9.0-17312 (release 189f6d39a) build timestamp: Tue Mar 21 2017 10:29:45 GMT+0000
Windows 8 64-bit