Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

[1.9] Warning beep on alt+w pane swap. #13218

Open
dmxt opened this issue Mar 24, 2017 · 3 comments
Open

[1.9] Warning beep on alt+w pane swap. #13218

dmxt opened this issue Mar 24, 2017 · 3 comments

Comments

@dmxt
Copy link

dmxt commented Mar 24, 2017

Steps to Reproduce

  1. Open files on two panes. Vertical panes in this case.
  2. Attempt to press 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 189f6d3)
build timestamp: Tue Mar 21 2017 10:29:45 GMT+0000

Windows 8 64-bit

@haslam22
Copy link
Contributor

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"
    }
}

@dmxt
Copy link
Author

dmxt commented Mar 29, 2017

@haslam22 Is alt+w the only default keymap for pane swap?

@haslam22
Copy link
Contributor

@dmxt It appears so, the feature was added pretty recently in #12853

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

2 participants