Difference between revisions of "ISKernel:Press (Command)"
Jump to navigation
Jump to search
(→Forms) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
*Press -hold <key combination> will hold down the key combination | *Press -hold <key combination> will hold down the key combination | ||
*Press -release <key combination> will release the keys in key combination | *Press -release <key combination> will release the keys in key combination | ||
+ | *Press -nomodifiers <key combination> will release any modifiers for the duration of pressing the given combo. May not be used with -release or -hold. | ||
== Examples == | == Examples == | ||
Line 13: | Line 14: | ||
*Press -keylist | *Press -keylist | ||
;Output | ;Output | ||
− | List of keys | + | List of available keys: |
-------------------------- | -------------------------- | ||
− | ' | + | ' 8 C F10 F22 Home Mouse5 Num 2 Page Down Space |
− | , | + | , 9 Caps Lock F11 F23 I Mouse6 Num 3 Page Up Sys Req |
− | - | + | - ; Clear F12 F24 Insert Mouse7 Num 4 Pause T |
− | + | . = Ctrl F13 F3 J Mouse8 Num 5 Q Tab | |
− | . | + | / [ D F14 F4 K MouseWheelDown Num 6 R U |
− | / | + | 0 \ Delete F15 F5 L MouseWheelUp Num 7 Right Up |
− | 0 | + | 1 ] Down F16 F6 Left N Num 8 Right Alt V |
− | 1 | + | 2 ` E F17 F7 Left Windows Num * Num 9 Right Ctrl W |
− | 2 | + | 3 A End F18 F8 M Num + Num Del Right Shift X |
− | 3 | + | 4 Alt Enter F19 F9 Mouse1 Num - Num Enter Right Windows Y |
− | 4 | + | 5 Application Esc F2 G Mouse2 Num / Num Lock S Z |
− | 5 | + | 6 B F F20 H Mouse3 Num 0 O Scroll Lock |
− | 6 | + | 7 Backspace F1 F21 Help Mouse4 Num 1 P Shift |
− | 7 | + | |
− | |||
− | |||
− | |||
===Press specific keys=== | ===Press specific keys=== | ||
*Press Ctrl+Alt+X | *Press Ctrl+Alt+X | ||
Line 43: | Line 41: | ||
== See Also == | == See Also == | ||
+ | *[[ISKernel:Type_%28Command%29|Type command]] | ||
*[[LavishScript:Commands|LavishScript Commands]] | *[[LavishScript:Commands|LavishScript Commands]] | ||
*[[IS:Kernel#Commands|Kernel Commands]] | *[[IS:Kernel#Commands|Kernel Commands]] |
Latest revision as of 08:12, 4 February 2009
Contents
Syntax
Press | |
Usage | Beginner |
Level of Understanding | Beginner |
Computer Savvy | Beginner |
Logic | Beginner |
Press -keylist|[-hold|-release] <key combination>
Forms
- Press -keylist displays a list of keys available (based on Locale)
- Press <key combination> will hold down keys in order given then release them
- Press -hold <key combination> will hold down the key combination
- Press -release <key combination> will release the keys in key combination
- Press -nomodifiers <key combination> will release any modifiers for the duration of pressing the given combo. May not be used with -release or -hold.
Examples
Display all available keys
- Press -keylist
- Output
List of available keys: -------------------------- ' 8 C F10 F22 Home Mouse5 Num 2 Page Down Space , 9 Caps Lock F11 F23 I Mouse6 Num 3 Page Up Sys Req - ; Clear F12 F24 Insert Mouse7 Num 4 Pause T . = Ctrl F13 F3 J Mouse8 Num 5 Q Tab / [ D F14 F4 K MouseWheelDown Num 6 R U 0 \ Delete F15 F5 L MouseWheelUp Num 7 Right Up 1 ] Down F16 F6 Left N Num 8 Right Alt V 2 ` E F17 F7 Left Windows Num * Num 9 Right Ctrl W 3 A End F18 F8 M Num + Num Del Right Shift X 4 Alt Enter F19 F9 Mouse1 Num - Num Enter Right Windows Y 5 Application Esc F2 G Mouse2 Num / Num Lock S Z 6 B F F20 H Mouse3 Num 0 O Scroll Lock 7 Backspace F1 F21 Help Mouse4 Num 1 P Shift
Press specific keys
- Press Ctrl+Alt+X
- Presses Ctrl, then Alt, then X, then releases them
Hold specific keys
- Press -hold Shift
- Presses and holds Shift
Release specific keys
- Press -release Shift
- Releases shift, used after a Press -hold
See Also