sxiv-git: update to 20140531
This commit is contained in:
parent
03c956ae04
commit
317c498bf9
2 changed files with 12 additions and 10 deletions
|
@ -152,15 +152,17 @@ static const keymap_t keys[] = {
|
||||||
/* mouse button mappings for image mode: */
|
/* mouse button mappings for image mode: */
|
||||||
static const button_t buttons[] = {
|
static const button_t buttons[] = {
|
||||||
/* modifiers button function argument */
|
/* modifiers button function argument */
|
||||||
{ 0, Button1, i_navigate, (arg_t) +1 },
|
{ 0, 1, i_navigate, (arg_t) +1 },
|
||||||
{ 0, Button3, i_navigate, (arg_t) -1 },
|
{ 0, 3, i_navigate, (arg_t) -1 },
|
||||||
{ 0, Button2, i_drag, (arg_t) None },
|
{ 0, 2, i_drag, (arg_t) None },
|
||||||
{ 0, Button4, it_scroll_move, (arg_t) DIR_UP },
|
{ 0, 4, it_scroll_move, (arg_t) DIR_UP },
|
||||||
{ 0, Button5, it_scroll_move, (arg_t) DIR_DOWN },
|
{ 0, 5, it_scroll_move, (arg_t) DIR_DOWN },
|
||||||
{ ShiftMask, Button4, it_scroll_move, (arg_t) DIR_LEFT },
|
{ ShiftMask, 4, it_scroll_move, (arg_t) DIR_LEFT },
|
||||||
{ ShiftMask, Button5, it_scroll_move, (arg_t) DIR_RIGHT },
|
{ ShiftMask, 5, it_scroll_move, (arg_t) DIR_RIGHT },
|
||||||
{ ControlMask, Button4, i_zoom, (arg_t) +1 },
|
{ 0, 6, it_scroll_move, (arg_t) DIR_LEFT },
|
||||||
{ ControlMask, Button5, i_zoom, (arg_t) -1 },
|
{ 0, 7, it_scroll_move, (arg_t) DIR_RIGHT },
|
||||||
|
{ ControlMask, 4, i_zoom, (arg_t) +1 },
|
||||||
|
{ ControlMask, 5, i_zoom, (arg_t) -1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sxiv-git'
|
# Template file for 'sxiv-git'
|
||||||
pkgname=sxiv-git
|
pkgname=sxiv-git
|
||||||
version=20140427
|
version=20140531
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libX11-devel imlib2-devel giflib-devel desktop-file-utils"
|
makedepends="libX11-devel imlib2-devel giflib-devel desktop-file-utils"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue