8081cbebf3
None of the mouse mappings uses a keyboard modifier, making it possible to access the most basic features by only using the mouse. Next/previous image with left button depending on cursor position, middle button for dragging, right button for switching to thumnail mode and wheel for zooming. Users can keep the old behaviour by simply not adapting the changes to the buttons array in config.def.h to their config.h file.
37 lines
615 B
Plaintext
37 lines
615 B
Plaintext
G_CMD(quit)
|
|
G_CMD(switch_mode)
|
|
G_CMD(toggle_fullscreen)
|
|
G_CMD(toggle_bar)
|
|
G_CMD(prefix_external)
|
|
G_CMD(reload_image)
|
|
G_CMD(remove_image)
|
|
G_CMD(first)
|
|
G_CMD(n_or_last)
|
|
G_CMD(scroll_screen)
|
|
G_CMD(zoom)
|
|
G_CMD(toggle_image_mark)
|
|
G_CMD(reverse_marks)
|
|
G_CMD(unmark_all)
|
|
G_CMD(navigate_marked)
|
|
G_CMD(change_gamma)
|
|
|
|
I_CMD(navigate)
|
|
I_CMD(cursor_navigate)
|
|
I_CMD(alternate)
|
|
I_CMD(navigate_frame)
|
|
I_CMD(toggle_animation)
|
|
I_CMD(scroll)
|
|
I_CMD(scroll_to_edge)
|
|
I_CMD(drag)
|
|
I_CMD(set_zoom)
|
|
I_CMD(fit_to_win)
|
|
I_CMD(rotate)
|
|
I_CMD(flip)
|
|
I_CMD(toggle_antialias)
|
|
I_CMD(toggle_alpha)
|
|
I_CMD(slideshow)
|
|
|
|
T_CMD(move_sel)
|
|
T_CMD(reload_all)
|
|
|