1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-03 06:45:59 +02:00

Added scroll keybindings

This commit is contained in:
blat-blatnik 2022-01-07 20:24:23 +01:00
parent 018db49902
commit 214f1bebb6
4 changed files with 29 additions and 1 deletions

View file

@ -812,6 +812,8 @@ 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");