Keyboard
The keyboard functions within the ui
module are used for emulating
key-presses within FL Studio. They can be used to perform common
keyboard-related actions such as copying and pasting, and dismissing dialog
boxes.
Warning
In versions of FL Studio before FL Studio 21.0, these functions had the capability to interact with applications outside of FL Studio on Windows.
They now only interact with FL Studio, even if it isn't the active window.
up
Press the up arrow key.
HELP WANTED:
- What does the
value
variable do?
Args
value
(int
, optional): ???. Defaults to 1.
Returns
int
: ?
Included since API version 1, with option parameter since API version 4.
down
Press the down arrow key.
HELP WANTED:
- What does the
value
variable do?
Args
value
(int
, optional): ???. Defaults to 1.
Returns
int
: ?
Included since API version 1, with option parameter since API version 4
left
Press the left arrow key.
HELP WANTED:
- What does the
value
variable do?
Args
value
(int
, optional): ???. Defaults to 1.
Returns
int
: ?
Included since API version 1, with option parameter since API version 4