# COMMAND DEFAULTS
# allow slide to work on arcs by default set slide_arcs
# Compatibility aliases alias window zoom alias hilite hilight alias dehilite dehilight alias pickx pick alias picky pick l alias ipickx ipick alias ipicky ipick 0 alias cdnshelp cdsdoc
#-------------------------------------------------------------------- # MOUSE WHEEL SUPPORT (Windows only)
# Environment Variables - Note quote variables so they are evaluated # at button time not when this file is read.
# - _wheelcnt variable is set based upon number of detents wheel moved # range is -4 to 4 (no 0)
# - sx1 and sy1 are cursor coordinates when wheel is moved #
# Button values
# wheel_up: when wheel is moved up # wheel_down: when wheel is moved down
# wheel: up/down if either of above 2 buttons are not assigned #
# Keyboard modifiers (note we are case insensitive) # S - shift key # C - control key
# SC - shift and control
# Example: SCwheel - for wheel button assignment with both shift & control keys #
# Button factor may be factorion (e.g. 0.5) set buttonfactor = 1
button wheel_up \button wheel_down \button Cwheel_up \button Cwheel_down \source -q $ALLEGRO_SITE/site.env