1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-20 00:50:25 +02:00

Add new key-defaults

This commit is contained in:
unknown 2021-12-18 20:38:05 +02:00
parent 5a5a3b0f54
commit 25e0959018

View file

@ -756,6 +756,8 @@ namespace IDE
Add("Cancel Build", "Ctrl+Break"); Add("Cancel Build", "Ctrl+Break");
Add("Close Document", "Ctrl+W"); Add("Close Document", "Ctrl+W");
Add("Compile File", "Ctrl+F7"); Add("Compile File", "Ctrl+F7");
Add("Comment Block", "Ctrl+K, Ctrl+B");
Add("Comment Lines", "Ctrl+K, Ctrl+L");
Add("Comment Selection", "Ctrl+K, Ctrl+C"); Add("Comment Selection", "Ctrl+K, Ctrl+C");
Add("Duplicate Line", "Ctrl+D"); Add("Duplicate Line", "Ctrl+D");
Add("Find Class", "Alt+Shift+L"); Add("Find Class", "Alt+Shift+L");