User Tools

Site Tools


jvs:fscan:manual:chapter3:movekeys

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
jvs:fscan:manual:chapter3:movekeys [2011/03/31 14:49]
127.0.0.1 external edit
jvs:fscan:manual:chapter3:movekeys [2023/02/23 18:43] (current)
Line 1: Line 1:
 **fScan Reference Manual, Chapter 3 (KeyCmds): movekeys ** **fScan Reference Manual, Chapter 3 (KeyCmds): movekeys **
 ===== Move Commands -- Summary List ===== ===== Move Commands -- Summary List =====
-Many key commands are designed to incrementally adjust some aspect of the display. In general, the keyboard arrow keys and the PageUp and PageDown keys are used to increase or decrease display properties along 3 independent dimensions. To simplify embedding these adjustment commands in text strings, the printable characters 'l', 'r', 'i', 'd', '[', and ']' can be used as aliases for the arrow and Page command keys. Other punctuation special characters (e.g. ~!@#$%^&*) are used to control the meaning of the arrow keys.+Many key commands are designed to incrementally adjust some aspect of the display. In general, the keyboard arrow keys and the PageUp and PageDown keys are used to increase or decrease display properties along 3 independent dimensions. To simplify embedding these adjustment commands in text strings, the printable characters 'l', 'r', 'i', 'd', '[', and ']' can be used as aliases for the arrow and Page command keys. 
  
 +====Adjustment keys====
 ^**Key**^**Name**^**Description**^ ^**Key**^**Name**^**Description**^
 |<-,->,l,r|[[jvs:fscan:manual:chapter3:movekeys:leftright|leftright]]|Adjust 1st dimension parameter| |<-,->,l,r|[[jvs:fscan:manual:chapter3:movekeys:leftright|leftright]]|Adjust 1st dimension parameter|
Line 8: Line 9:
 |PUp,PDn,%%[,]%%|[[jvs:fscan:manual:chapter3:movekeys:pageupdown|pageupdown]]|Adjust 3rd dimension parameter| |PUp,PDn,%%[,]%%|[[jvs:fscan:manual:chapter3:movekeys:pageupdown|pageupdown]]|Adjust 3rd dimension parameter|
 |Home,End|[[jvs:fscan:manual:chapter3:movekeys:jumpsize|jumpsize]]|Change the default adjustment step size| |Home,End|[[jvs:fscan:manual:chapter3:movekeys:jumpsize|jumpsize]]|Change the default adjustment step size|
-|&|[[jvs:fscan:manual:chapter3:movekeys:multi|multi]]|Enter multi-function adjust mode| +The meaning of the adjustment keys is controlled by the Adjustment Mode (see table below).\\ 
-|$|[[jvs:fscan:manual:chapter3:movekeys:bright|bright]]|Enter image brightness adjust mode| +The magnitude of the adjustment for each key press is controlled by the current [[jvs:fscan:manual:chapter3:movekeys:jumpsize|jumpsize]] value.\\ 
-|!|[[jvs:fscan:manual:chapter3:movekeys:move|move]]|Enter translation adjust mode | + 
-|@|[[jvs:fscan:manual:chapter3:movekeys:rotate|rotate]]|Enter rotation adjust mode| +You can, however, explicitly specify the adjustment size you want by entering a number immediately before the adjustment key.  For example, "10r" would be a right adjustment of size 10, regardless of the current jumpsize setting.\\ 
-|#|[[jvs:fscan:manual:chapter3:movekeys:scale|scale]]|Enter scaling adjust mode| +Note: Specifying an adjustment size of 0 means use the current jumpsize setting. 
-|%%^%%|[[jvs:fscan:manual:chapter3:movekeys:step|step]]|Enter stepping mode| + 
-|%,~|[[jvs:fscan:manual:chapter3:movekeys:thresh|thresh]]|Enter threshold adjust mode| +You can also specify the mode for each adjustment explicitly by entering the mode number as a second value immediately before the adjustment key. For example "10,4d" would decrease the brightness by 10, regardless of the current active mode setting. 
-|=|[[jvs:fscan:manual:chapter3:movekeys:set|set]]|Set parameter explicitly| +====Adjustment mode==== 
-|*|[[jvs:fscan:manual:chapter3:movekeys:pin|pin]]|Pin a location|+Other punctuation special characters (e.g. ~!@#$%^&*) are used to change from one adjustment mode to another. The mode determines the meaning of the arrow keys. The default adjustment mode is [[jvs:fscan:manual:chapter3:movekeys:multi|Multi]].  
 + 
 +^**Key**^**Number**^**Name**^**Mode**^ 
 +|!|1|[[jvs:fscan:manual:chapter3:movekeys:move|move]]|Enter translation adjust mode | 
 +|#|2|[[jvs:fscan:manual:chapter3:movekeys:scale|scale]]|Enter scaling adjust mode| 
 +|@|3|[[jvs:fscan:manual:chapter3:movekeys:rotate|rotate]]|Enter rotation adjust mode| 
 +|$|4|[[jvs:fscan:manual:chapter3:movekeys:bright|bright]]|Enter image brightness adjust mode| 
 +|%,~|5|[[jvs:fscan:manual:chapter3:movekeys:thresh|thresh]]|Enter threshold adjust mode| 
 +|%%^%%|6|[[jvs:fscan:manual:chapter3:movekeys:step|step]]|Enter stepping mode| 
 +|&|7|[[jvs:fscan:manual:chapter3:movekeys:multi|multi]]|Enter multi-function adjust mode| 
 +|=|[[jvs:fscan:manual:chapter3:movekeys:set|set]]|Set parameter explicitly| 
 +|*|[[jvs:fscan:manual:chapter3:movekeys:pin|pin]]|Pin a location|
  
 **See Also:**\\ **See Also:**\\
jvs/fscan/manual/chapter3/movekeys.1301582953.txt.gz · Last modified: 2014/08/04 16:03 (external edit)