summaryrefslogtreecommitdiff
path: root/src/keyevents.c
AgeCommit message (Collapse)Author
2011-01-14Configurable menu keybindings, too.Daniel Friesel
2011-01-14Always overwrite/cancel out default keybindingsDaniel Friesel
2011-01-14Read ~/.config/feh/keys for keybindings. prev/next are even tested!Daniel Friesel
2011-01-13First step towards configurable key bindingsDaniel Friesel
2010-12-30Fix <keypad *> on --scale-downDaniel Friesel
2010-09-14Remove --action-hold-slide, add per-action method instead.Daniel Friesel
When executing an action starting with a semicolon, feh will not skip to the next slide. The semicolon is not passed on to the executing shell, of course. This is kinda ugly, but at least it makes action handling somewhat more flexible.
2010-09-06Work around Xinerama Fuckups: Read screen number from XINERAMA_SCREEN env varDaniel Friesel
2010-09-05Make pan keys behave like scroll keysDaniel Friesel
2010-09-05Option --action-hold-slide. If specified, when in slideshow mode images will ↵Levi Smith
not automatically change after running user action. Otherwise, slideshow images will cycle after action as usual.
2010-09-051) winwidget.c winwidget.h New function winwidget_update_caption using code ↵Levi Smith
in winwindget_render_image. This code was removed from the latter, and replaced with a call to winwidget_update_caption. 2) Image caption is updated after running action when in slideshow mode. 3) Running action in slideshow mode no longer changes the image automatically.
2010-08-22Panning with CTRL + arrow keysDaniel Friesel
2010-08-15Improve keyboard zoom modeDaniel Friesel
2010-08-14Add up arrow / down arrow for zoomingDaniel Friesel
2010-07-26Set correct window title when starting feh in paused modeDaniel Friesel
2010-07-17--debug-level → --debugDaniel Friesel
2010-07-02Sanitise image offsets after pressing kp - / kp +Daniel Friesel
2010-06-24Disable filelist saving from thumbnail mode (buggy and probably not useful)Daniel Friesel
2010-06-19Make <keypad /> and <keypad *> actually usefulDaniel Friesel
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel
2010-06-07Removed undocumented hjkl menu keysDaniel Friesel
2010-06-07Remove Shift+Key bindingsDaniel Friesel
2010-05-28Support keypad return/enter for action as wellDaniel Friesel
2010-05-28Patch by aaptel: Support numpad keys for actionsDaniel Friesel
2010-05-03Add keybinding to toggle cursor visibility at runtimeDaniel Friesel
2010-05-03Rework menu.c & fix various compiler warnings (from menu_code) + update TODODaniel Friesel
2010-03-23Implement random slideshow jump ('z')Decklin Foster
2010-02-26Also accept PageUp/PageDown on the keypadDaniel Friesel
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel
2010-02-13Enable antialiasing for a few keybindingsDaniel Friesel
2010-02-13Remove old (undocumented) Tab key binding as draw_actions toggleDaniel Friesel
2010-02-13Add runtime shortcuts to toggle --draw-actions and --draw-filenameDaniel Friesel
2010-02-12Don't recognize keypad +,-,/,* as normal inputDaniel Friesel
2010-02-12Fix some minor indenting issuesDaniel Friesel
2010-02-11Add <keypad begin> to antialias the image (other keypad keys don't do this)Daniel Friesel
2010-02-05Apply 05_xinerama.patch from DebianDaniel Friesel
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel