Assign multiple key functions in one key, Key stroke timing and Software dependency for shortcuts.

Discussion, questions and support.
Post Reply
jaxbtb1
Posts: 1
Joined: May 26th, ’24, 06:08

Post by jaxbtb1 » May 26th, ’24, 06:31

Hello, I have zero knowledge about coding so please bear with me.

#1
I have been trying to assign some of shortcuts in one key, but it keeps showing me errors.
What I'm trying to do is for example,
when pressing "ctrl+space" it triggers "space",
"ctrl+space(double press)" -> "ctrl+g"
"ctrl+space(long press)" -> "ctrl+shift+alt+r"

#2
Can the timing be set to specific msec for double press and long press?
Like, how long should it wait til double presses are done and how long should it be pressed to run long press?

#3
Also, I want to know if the same shortcut sets could behave differently depending on specific softwares.
For example,
When I'm working on Photoshop "cntl+g" -> "g" and "ctrl+g(double press)" -> "ctrl+alt+h"
but when I switch to Illustrator, the same shortcuts "ctrl+g" -> "shift+x" and "crtl+g(double press)" -> "ctrl+space"
User avatar
Tom
Posts: 892
Joined: Nov 24th, ’15, 23:39

Post by Tom » May 26th, ’24, 09:11

#1 and #2 are currently not supported. We will see if we can improve it in one of the next releases.

#3: Yes, this is possible. Use Window field (More options) with a comma delimited list of window titles or classes to create context sensitive action.
Post Reply