mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Remove default scroll up/down binding (conflicts with autocomplete nav)
This commit is contained in:
parent
dc6f940561
commit
92ee27fc26
1 changed files with 0 additions and 2 deletions
|
@ -812,8 +812,6 @@ namespace IDE
|
|||
Add("Save File", "Ctrl+S");
|
||||
Add("Scope Prev", "Alt+Up");
|
||||
Add("Scope Next", "Alt+Down");
|
||||
Add("Scroll Down", "Ctrl+Down");
|
||||
Add("Scroll Up", "Ctrl+Up");
|
||||
Add("Set Next Statement", "Ctrl+Shift+F10");
|
||||
Add("Show Auto Watches", "Ctrl+Alt+A");
|
||||
Add("Show Autocomplete Panel", "Ctrl+Alt+E");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue