mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
7 lines
263 B
JavaScript
7 lines
263 B
JavaScript
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
|
|
}
|