Hi are there any keyboard shortcuts for doing blueprints?
I would like to be able to design blueprints just with the keyboard only.
For example to add a method node I would just like to press "." just like you would do in an OO language.
I would like to be able to move the nodes around the screen with keys (maybe like alt+arrow keys)
I would like to switch between nodes with arrow keys.
I would like to be able to add a node with a key press. And delete a node with a key press.
Basically I would like to use blue prints with keyboard only as this is infinitely quicker than switch from mouse to keyboard.
Say for example a new node "cat" and then wanted to attach the node "SetColor" and then set the attributes to 100,200,150. I would just like to be able to type the following
[C] [A] [return] [.] [S] [E] [return] [1] [0] [0] [,] [2] [0] [0] [,] [1] [5] [0]
(Because after I type in CA the "intellisense" would show CAT so I can press return. This is almost identical to what you would type doing scripting.) And a [,] should jump to the next input variable just like you are writing a function.
Sorry if these shortcuts all ready exist!
This is the one thing that makes blueprints harder to use than scripting is that you have to switch between mouse and keyboard. Mouse to create nodes and keyboard to type in numbers and search for function names.
I would like to be able to design blueprints just with the keyboard only.
For example to add a method node I would just like to press "." just like you would do in an OO language.
I would like to be able to move the nodes around the screen with keys (maybe like alt+arrow keys)
I would like to switch between nodes with arrow keys.
I would like to be able to add a node with a key press. And delete a node with a key press.
Basically I would like to use blue prints with keyboard only as this is infinitely quicker than switch from mouse to keyboard.
Say for example a new node "cat" and then wanted to attach the node "SetColor" and then set the attributes to 100,200,150. I would just like to be able to type the following
[C] [A] [return] [.] [S] [E] [return] [1] [0] [0] [,] [2] [0] [0] [,] [1] [5] [0]
(Because after I type in CA the "intellisense" would show CAT so I can press return. This is almost identical to what you would type doing scripting.) And a [,] should jump to the next input variable just like you are writing a function.
Sorry if these shortcuts all ready exist!
This is the one thing that makes blueprints harder to use than scripting is that you have to switch between mouse and keyboard. Mouse to create nodes and keyboard to type in numbers and search for function names.
Comment