view keymap/hardcoded_keys @ 1748:b8d37cc79410

copy_file(): remove incomplete file on error (bug 2890715) The behavior changed, data is first written to a temporary file, which is unlinked in case of error, then the tempfile is renamed to the final name. Size of buffer was increased from 4k to 16k.
author zas_
date Sun, 10 Jan 2010 14:23:29 +0000
parents 113d8329cbd6
children
line wrap: on
line source

#cursor keys
"Scroll" "Left"
"FastScroll" "<Shift>Left"
"Left Border" "<Control>Left"
"Left Border" "<Shift><Control>Left"
"Scroll" "Right"
"FastScroll" "<Shift>Right"
"Right Border" "<Control>Right"
"Right Border" "<Shift><Control>Right"
"Scroll" "Up"
"FastScroll" "<Shift>Up"
"Uper Border" "<Control>Up"
"Uper Border" "<Shift><Control>Up"
"Scroll" "Down"
"FastScroll" "<Shift>Down"
"Lower Border" "<Control>Down"
"Lower Border" "<Shift><Control>Down"

#mouse
"Next/Drag" "M1"
"FastDrag" "<Shift>M1"
"DnD Start" "M2"
"Menu" "M3"
"PrevImage" "MW4"
"NextImage" "MW5"
"ScrollUp" "<Shift>MW4"
"ScrollDown" "<Shift>MW5"
"ZoomIn" "<Control>MW4"
"ZoomOut" "<Control>MW5"