Age | Commit message (Collapse) | Author |
|
|
|
Fixes issue #143
|
|
|
|
|
|
|
|
|
|
|
|
|
|
issue #137
|
|
|
|
|
|
|
|
|
|
|
|
- Scale mode is not reset to default value upon image loading anymore
- New default key binding to change mode to scale-down
- Removed scale mode setting from config.h
- Removed -d command line option, as this is now the default at startup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The default prefix key is C-x, and can be changed in config.def.h. The
first key pressed after the prefix key will be passed the external key
handler, unless the key is Escape, which is used to cancel the prefix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
issue #121"
This reverts commit f795273b650a4df39dca693f30c3650ec1d3393f.
|
|
|
|
Issue described here:
https://bbs.archlinux.org/viewtopic.php?pid=1117294#p1117294
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Gets called on all unset key mappings. Arguments are: key combo and
current file. Thanks to Francesco Orsenigo (xarvh) for the idea.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|