Difference between revisions of "ISKernel:Press (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
*Press -keylist
 
*Press -keylist
 
;Output
 
;Output
  List of keys according to your keyboard driver:
+
  List of available keys:
 
  --------------------------
 
  --------------------------
  '               =              end            f21            insert         num 5          s         
+
  '             8              C              F10            F22            Home          Mouse5        Num 2         Page Down      Space 
  ,               [              enter          f22            j              num 6          scroll lock
+
  ,             9              Caps Lock      F11            F23            I              Mouse6        Num 3          Page Up        Sys Req
  -               \              esc            f23            k              num 7          shift     
+
  -             ;              Clear          F12            F24            Insert        Mouse7         Num 4          Pause          T     
-toggle         ]              f              f24            l              num 8          space     
+
  .              =             Ctrl          F13           F3            J              Mouse8        Num 5          Q              Tab   
  .               `              f1             f3             left           num 9          sys req   
+
  /             [              D              F14            F4             K              MouseWheelDown Num 6          R             U     
  /               a              f10             f4             left windows    num del        t         
+
  0             \              Delete        F15            F5             L             MouseWheelUp  Num 7          Right          Up   
  0               alt            f11             f5             m              num lock        tab       
+
  1             ]              Down          F16            F6             Left          N             Num 8          Right Alt      V     
  1               application    f12             f6             n              o              u         
+
  2             `              E              F17            F7             Left Windows  Num *          Num 9          Right Ctrl    W     
  2               b              f13             f7              num *           p              up          
+
  3             A              End            F18            F8             M             Num +         Num Del        Right Shift    X     
  3               backspace      f14             f8             num +           page down      v           
+
  4             Alt            Enter          F19            F9             Mouse1        Num -         Num Enter      Right Windows  Y     
  4               c              f15             f9              num -           page up        w           
+
  5             Application    Esc            F2             G              Mouse2        Num /         Num Lock      S              Z     
  5               caps lock      f16             g              num /           pause          x           
+
  6             B              F              F20           H              Mouse3        Num 0         O              Scroll Lock   
  6               ctrl           f17            h              num 0           q              y           
+
  7             Backspace      F1             F21           Help          Mouse4        Num 1          P             Shift
  7               d              f18             help           num 1           r              z           
+
 
8              delete         f19            home            num 2          right         
 
9              down            f2             hudgroup        num 3          right shift   
 
;              e              f20            i              num 4          right windows 
 
 
===Press specific keys===
 
===Press specific keys===
 
*Press Ctrl+Alt+X
 
*Press Ctrl+Alt+X

Revision as of 08:09, 4 February 2009

Syntax

Command Difficulty Rating
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

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