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

Both sides previous revision Previous revision
Next revision
Previous revision
jvs:fscan:manual:chapter3:movekeys [2012/06/21 15:00]
voyvodic
jvs:fscan:manual:chapter3:movekeys [2023/02/23 18:43] (current)
Line 3: Line 3:
 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.  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|
 +The meaning of the adjustment keys is controlled by the Adjustment Mode (see table below).\\
 +The magnitude of the adjustment for each key press is controlled by the current [[jvs:fscan:manual:chapter3:movekeys:jumpsize|jumpsize]] value.\\
  
-Other punctuation special characters (e.g. ~!@#$%^&*) are used to change from one movement mode to another. The mode determines the meaning of the arrow keysThe default movement mode is [[jvs:fscan:manual:chapter3:movekeys:multi|Multi]].+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.\\ 
 +NoteSpecifying an adjustment size of 0 means use the current jumpsize setting.
  
-^**Key**^**Name**^**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:multi|multi]]|Enter multi-function adjust mode| +====Adjustment mode==== 
-|$|[[jvs:fscan:manual:chapter3:movekeys:bright|bright]]|Enter image brightness adjust mode| +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]].  
-|!|[[jvs:fscan:manual:chapter3:movekeys:move|move]]|Enter translation adjust mode | + 
-|@|[[jvs:fscan:manual:chapter3:movekeys:rotate|rotate]]|Enter rotation adjust mode| +^**Key**^**Number**^**Name**^**Mode**^ 
-|#|[[jvs:fscan:manual:chapter3:movekeys:scale|scale]]|Enter scaling adjust mode| +|!|1|[[jvs:fscan:manual:chapter3:movekeys:move|move]]|Enter translation adjust mode | 
-|%%^%%|[[jvs:fscan:manual:chapter3:movekeys:step|step]]|Enter stepping mode| +|#|2|[[jvs:fscan:manual:chapter3:movekeys:scale|scale]]|Enter scaling adjust mode| 
-|%,~|[[jvs:fscan:manual:chapter3:movekeys:thresh|thresh]]|Enter threshold adjust mode| +|@|3|[[jvs:fscan:manual:chapter3:movekeys:rotate|rotate]]|Enter rotation adjust mode| 
-|=|[[jvs:fscan:manual:chapter3:movekeys:set|set]]|Set parameter explicitly| +|$|4|[[jvs:fscan:manual:chapter3:movekeys:bright|bright]]|Enter image brightness adjust mode| 
-|*|[[jvs:fscan:manual:chapter3:movekeys:pin|pin]]|Pin a location|+|%,~|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.1340290807.txt.gz · Last modified: 2014/08/04 16:03 (external edit)