mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-02 05:04:43 +08:00
Input refactoring (#12)
* Fix folder name typo * Smaller fixes * Shortcut rename to Shortcuts * Fix quoted attributes in UE 5.3 * remove KeyboardShortcutAction * Remove more trivial classes * Rename IKeyboardShortcut * Node delete shortcut
This commit is contained in:
7
js/Shortcuts.js
Normal file
7
js/Shortcuts.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default class Shortcuts {
|
||||
static deleteNodes = "Delete"
|
||||
static duplicateNodes = "(bCtrl=True,Key=D)"
|
||||
static enableLinkDelete = "LeftAlt"
|
||||
static enableZoomIn = ["LeftControl", "RightControl"] // Button to enable more than 1:1 zoom
|
||||
static selectAllNodes = "(bCtrl=True,Key=A)"
|
||||
}
|
||||
Reference in New Issue
Block a user