mvromer / WASDMap

VS Code keymap extension for keyboard navigation, selection, and window splitting and navigation based on WASD.
MIT License
3 stars 3 forks source link

Alt+D opens debug tab #1

Closed twitu closed 5 years ago

twitu commented 5 years ago

I am on Ubuntu 16.04 with visual studio code version 1.28. Alt+D opens debug tab in the toolbar at the top of the screen and moves the cursor to the left.

twitu commented 5 years ago

Similarly Alt+S opens the select tab and moves the cursor down

mvromer commented 5 years ago

Thanks for your feedback. I just installed VS Code 1.28 on a fresh Ubuntu (18.04) installation with only the WASDMap extension installed. Unfortunately, I'm not able to reproduce either of these issues.

Just so I'm clear, you're talking about the Debug and Selection menus in the menu bar opening when you hit Alt+D or Alt+S, respectively? I know those keys are mapped to the default keyboard mnemonics for those menus, but in my testing on both Windows and Linux versions of VS Code, I've always noticed that the keymap extension intercepts the key input before the editor window's menu bar gets a chance to handle it.

The only couple of things I can think of that may be causing this are the following:

twitu commented 5 years ago

I will post the results here after trying out your suggestions.

twitu commented 5 years ago

Thanks for the help.