This action allows you to execute hotkeys.
Some keys like SHIFT
and SUPER
do not work on these systems.
This is a known bug
and is an issue with JavaFX Robot
rather than this action.
Since the issue itself looks abandoned, a better solution would be to use a different way of handling keys.
A better solution would be to shift to xdotool
, but
it is not a perfect solution since it will not work on Linux systems using Wayland.
The following table shows the relation between our keyboard and what we have to type on the plugin field to fire the hotkeys we want:
Hotkey mapping plugin | Keyboard Key |
---|---|
A | A |
B | B |
C | C |
D | D |
E | E |
F | F |
G | G |
H | H |
I | I |
J | J |
K | K |
L | L |
M | M |
N | N |
O | O |
P | P |
Q | Q |
R | R |
S | S |
T | T |
U | U |
V | V |
W | W |
X | X |
Y | Y |
Z | Z |
` | ` |
0 | 0 |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 8 |
9 | 9 |
- | - |
= | = |
~ | ~ |
! | ! |
@ | @ |
# | # |
$ | $ |
^ | ^ |
& | & |
* | * |
( | ( |
) | ) |
_ | _ |
+ | + |
TAB | TAB |
[ | [ |
] | ] |
\ | \ |
{ | { |
} | } |
| | | |
; | ; |
: | : |
\ | </kbd> |
, | , |
< | < |
. | . |
> | > |
/ | / |
SPACE | SPACE |
BACK SPACE | BACK SPACE |
WINDOWS, SUPER, COMMAND, WIN | ⊞ ⌘ |
META | META |
SHIFT | SHIFT |
ALT | ALT |
F1 | F1 |
F2 | F2 |
F3 | F3 |
F4 | F4 |
F5 | F5 |
F6 | F6 |
F7 | F7 |
F8 | F8 |
F9 | F9 |
F10 | F10 |
F11 | F11 |
F12 | F12 |
F13 | F13 |
F14 | F14 |
F15 | F15 |
F16 | F16 |
F17 | F17 |
F18 | F18 |
F19 | F19 |
F20 | F20 |
F21 | F21 |
F22 | F22 |
F23 | F23 |
F24 | F24 |
NUMPAD 0, NUM 0, N1 | 0 Ins |
NUMPAD 1, NUM 1, N1 | 1 End |
NUMPAD 2, NUM 2, N2 | 2 🠗 |
NUMPAD 3, NUM 3, N3 | 3 PgDn |
NUMPAD 4, NUM 4, N4 | 4 🠔 |
NUMPAD 5, NUM 5, N5 | 5 |
NUMPAD 6, NUM 6, N6 | 6 🠖 |
NUMPAD 7, NUM 7, N7 | 7 Home |
NUMPAD 8, NUM 8, N8 | 8 🠕 |
NUMPAD 9, NUM 9, N9 | 9 PgUp |
HOME | HOME |
INSERT | Insert |
PAGE UP | Page Up |
PAGE DOWN | Page Up |
END | End |
ENTER | Enter |
DELETE | Delete |
SCROLL LOCK | Scroll Lock |
PRINT SCREEN | Print Screen |
PAUSE | Pause |
NUM LOCK | Num Lock |
CONTROL, CTRL | Ctrl |
CAPS LOCK | Caps Lock |
NUM UP | 8 🠕 |
UP | 🠕 |
NUM LEFT | 4 🠔 |
LEFT | 🠔 |
ALT GRAPH | ALT GRAPH |
NUM RIGHT | 6 🠖 |
RIGHT | 🠖 |
NUM DOWN | 2 🠗 |
DOWN | 🠗 |
ESC, ESCAPE | ESC |
To create a new hotkey, just drag the hotkey feature to the desired button and in the field Key combination (separate using comma)
just type your combination.
Example: ALT,CTRL,T