Home
Download
Screenshots

Wiki
Plugins
Translations
Developers
Donate

Forums/Help
Contact Us

StrokeIt

Keystrokes

Posted by dek 
dek
Keystrokes
October 01, 2010 06:39PM
Heyz,

How do i add like multiple keystrokes to a gesture?

I have the option Keys - Send Keystrokes.

How do i go about adding;

SHIFT_DOWN and H and R and SHIFT_UP

Unsure about the syntax between multiple keys.


Trying to bind a gesture to firefox's Reload Frame.


thanks
Re: Keystrokes
October 04, 2010 01:35AM
I'm not exactly sure what do you want to accomplish (I do not use FF) but if you want the sequence where you press shift, then h, then r, then release shift, you've got to enter the following into a Send Keystrokes command, exactly as you see it below:

[SHIFT_DOWN]hr[SHIFT_UP]
dek
Re: Keystrokes
October 04, 2010 10:04AM
its actually Shift+F10, then still holding Shift H then R... its a keyboard comnmand for the context menu, not sure if that works.

Shift+F10 brings up the context menu, then holding Shift pressing H and R brings it to the Reload Frame command.


[SHIFT_DOWN]f10hr[SHIFT_UP] does not work
neither does
[SHIFT_DOWN]f10[SHIFT_UP] in bringing up the context menu.



Edited 4 time(s). Last edit at 10/04/2010 10:17AM by dek.
Re: Keystrokes
October 04, 2010 01:44PM
I see. F10 is another key that is threated differently than normal keys. Try this:
[SHIFT_DOWN][F10]hr[SHIFT_UP]

Square brackets are important. Having "f10" instead of "[F10]" will enter the string "f10" (though the keywords are case insensitive, as far as I know).
dek
Re: Keystrokes
October 04, 2010 08:07PM
thanks.
Dan
Re: Keystrokes
February 11, 2014 10:54AM
I cannot find the list of special characters/key and the string to use to use to send them as a keystroke. I need to send a backslash "\" but I do not know what to put into the square brackets [].
The website used to have a list but now the wiki page is the same as the main page.
Leo
Re: Keystrokes
February 11, 2014 02:23PM
Hello Dan,

Only my old page is left online.
visit strokeit.tk

with best regards

Leo
Me
Re: Keystrokes
February 13, 2014 03:29PM
supported Keys from the Keystroke plugin
Key Description
[BACK] [BACK_DOWN] [BACK_UP] BACKSPACE key
[TAB] [TAB_DOWN] [TAB_UP] TAB key
[RETURN] [RETURN_DOWN] [RETURN_UP] ENTER key
[SHIFT] [SHIFT_DOWN] [SHIFT_UP] SHIFT key
[CTRL] [CTRL_DOWN] [CTRL_UP] CTRL key
[ALT] [ALT_DOWN] [ALT_UP] ALT key
[CAPITAL] [CAPITAL_DOWN] [CAPITAL_UP] CAPS LOCK
[ESCAPE] [ESCAPE_DOWN] [ESCAPE_UP] ESC key
[SPACE] [SPACE_DOWN] [SPACE_UP] SPACEBAR
[PRIOR] [PRIOR_DOWN] [PRIOR_UP] PAGE UP key
[END] [END_DOWN] [END_UP] END key
[HOME] [HOME_DOWN] [HOME_UP] HOME key
[NUMLOCK] [NUMLOCK_DOWN] [NUMLOCK_UP] NUM LOCK>key
[SCROLL] [SCROLL_DOWN] [SCROLL_UP] SCROLL LOCK key
[LEFT_DOWN] [LEFT_UP] LEFT ARROW key
[UP] [UP_DOWN] [UP_UP] UP ARROWkey
[RIGHT_DOWN] [RIGHT_UP] RIGHT ARROW key
[DOWN] [DOWN_DOWN] [DOWN_UP] DOWN ARROW key
[SNAPSHOT] [SNAPSHOT_DOWN] [SNAPSHOT_UP] PRINT SCREEN key for Windows 3.0 and later
[INSERT] [INSERT_DOWN] [INSERT_UP] INS key
[DELETE] [DELETE_DOWN] [DELETE_UP] DEL key
[WIN] [WIN_DOWN] [WIN_UP] Left Windows key (Microsoft Natural Keyboard)
[LWIN] [LWIN_DOWN] [LWIN_UP] Left Windows key (Microsoft Natural Keyboard)
[RWIN] [RWIN_DOWN] [RWIN_UP] Right Windows key (Microsoft Natural Keyboard)
[APPS] [APPS_DOWN] [APPS_UP] Applications key (Microsoft Natural Keyboard)
[NUMPAD0] [NUMPAD0_DOWN] [NUMPAD0_UP] Numeric keypad0 key
[NUMPAD1] [NUMPAD1_DOWN] [NUMPAD1_UP] Numeric keypad1 key
[NUMPAD2] [NUMPAD2_DOWN] [NUMPAD2_UP] Numeric keypad2 key
[NUMPAD3] [NUMPAD3_DOWN] [NUMPAD3_UP] Numeric keypad3 key
[NUMPAD4] [NUMPAD4_DOWN] [NUMPAD4_UP] Numeric keypad4 key
[NUMPAD5] [NUMPAD5_DOWN] [NUMPAD5_UP] Numeric keypad5 key
[NUMPAD6] [NUMPAD6_DOWN] [NUMPAD6_UP] Numeric keypad6 key
[NUMPAD7] [NUMPAD7_DOWN] [NUMPAD7_UP] Numeric keypad7 key
[NUMPAD8] [NUMPAD8_DOWN] [NUMPAD8_UP] Numeric keypad8 key
[NUMPAD9] [NUMPAD9_DOWN] [NUMPAD9_UP] Numeric keypad9 key
[MULTIPLY] [MULTIPLY_DOWN] [MULTIPLY_UP] Multiply key
[ADD] [ADD_DOWN] [ADD_UP] Add key
[SEPARATOR] [SEPARATOR_DOWN] [SEPARATOR_UP] Separator key
[SUBTRACT] [SUBTRACT_DOWN] [SUBTRACT_UP] Subtract key
[DECIMAL] [DECIMAL_DOWN] [DECIMAL_UP] Decimal key
[DIVIDE] [DIVIDE_DOWN] [DIVIDE_UP] Dividekey
[F1] [F1_DOWN] [F1_UP] F1 key
[F2] [F2_DOWN] [F2_UP] F2 key
[F3] [F3_DOWN] [F3_UP] F3 key
[F4] [F4_DOWN] [F4_UP] F4 key
[F5] [F5_DOWN] [F5_UP] F5 key
[F6] [F6_DOWN] [F6_UP] F6 key
[F7] [F7_DOWN] [F7_UP] F7 key
[F8] [F8_DOWN] [F8_UP] F8 key
[F9] [F9_DOWN] [F9_UP] F9 key
[F10] [F10_DOWN] [F10_UP] F10 key
[F11] [F11_DOWN] [F11_UP] F11 key
[F12] [F12_DOWN] [F12_UP] F12 key
[F13] [F13_DOWN] [F13_UP] F13 key
[F14] [F14_DOWN] [F14_UP] F14 key
[F15] [F15_DOWN] [F15_UP] F15 key
[F16] [F16_DOWN] [F16_UP] F16 key
[F17] [F17_DOWN] [F17_UP] F17 key
[F18] [F18_DOWN] [F18_UP] F18 key
[F19] [F19_DOWN] [F19_UP] F19 key
[F20] [F20_DOWN] [F20_UP] F20 key
[F21] [F21_DOWN] [F21_UP] F21 key
[F22] [F22_DOWN] [F22_UP] F22 key
[F23] [F23_DOWN] [F23_UP] F23 key
[F24] [F24_DOWN] [F24_UP] F24 key
[CANCEL] [CANCEL_DOWN] [CANCEL_UP] Control-break processing
[CLEAR] [CLEAR_DOWN] [CLEAR_UP] CLEAR key
[PAUSE] [PAUSE_DOWN] [PAUSE_UP] PAUSE key
[SELECT] [SELECT_DOWN] [SELECT_UP] SELECTkey
[EXECUTE] [EXECUTE_DOWN] [EXECUTE_UP] EXECUTE key
[HELP] [HELP_DOWN] [HELP_UP] HELP key
\\ BACKSLASH key
\\[ square bracket
Author:

Your Email:


Subject:


Attachments:
  • Valid attachments: zip, sxp, cfg
  • No file can be larger than 128 KB
  • All files together cannot be larger than 512 KB
  • 4 more file(s) can be attached to this message

Spam prevention:
Please, solve the mathematical question and enter the answer in the input field below. This is for blocking bots that try to post this form automatically.
Question: how much is 16 plus 17?
Message: