**fScan Reference Manual, Chapter 3 (KeyCmds): movekeys ** ===== 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. ====Adjustment keys==== ^**Key**^**Name**^**Description**^ |<-,->,l,r|[[jvs:fscan:manual:chapter3:movekeys:leftright|leftright]]|Adjust 1st dimension parameter| |Up,Dn,i,d|[[jvs:fscan:manual:chapter3:movekeys:updown|updown]]|Adjust 2nd 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| 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.\\ 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.\\ Note: Specifying an adjustment size of 0 means use the current jumpsize setting. 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. ====Adjustment 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]]. ^**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:**\\ [[jvs:fscan|fScan Home]], [[jvs:fscan:manual|fScan Manual]], [[jvs:fscan:manual:chapter3|Interactive commands]], [[jvs:fscan:manual:help|Manual Help]]