view keymap/hardcoded_keys @ 2890:627bd720b0a1

Merge merge requests 660, 658, 655 and 648 * github/merge-requests/660: tr.po-update * github/merge-requests/658: Bug fix: reads of uninitialized data * github/merge-requests/655: fix build against exiv2-0.27.x * github/merge-requests/648: Correctly size image windows opened from collections
author Klaus Ethgen <Klaus@Ethgen.de>
date Tue, 05 Feb 2019 21:06:16 +0100
parents 947ed00faccd
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"