mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-19 12:27:39 +08:00
Material nodes wip, various refactoring
This commit is contained in:
6
js/Shortcut.js
Normal file
6
js/Shortcut.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default class Shortcut {
|
||||
static deleteNodes = "Delete"
|
||||
static duplicateNodes = "(bCtrl=True,Key=D)"
|
||||
static selectAllNodes = "(bCtrl=True,Key=A)"
|
||||
static enableZoomIn = ["LeftControl", "RightControl"] // Button to enable more than 1:1 zoom
|
||||
}
|
||||
Reference in New Issue
Block a user