From 06164c29b759c3e21e79be03b285bdf3da6f5a25 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Wed, 23 Jul 2014 21:50:31 +0200 Subject: Revised command structure and key and mouse button mappings --- commands.lst | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 commands.lst (limited to 'commands.lst') diff --git a/commands.lst b/commands.lst new file mode 100644 index 0000000..ece3f48 --- /dev/null +++ b/commands.lst @@ -0,0 +1,34 @@ +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(toggle_image_mark) +G_CMD(reverse_marks) +G_CMD(navigate_marked) + +I_CMD(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(zoom) +I_CMD(set_zoom) +I_CMD(fit_to_win) +I_CMD(rotate) +I_CMD(flip) +I_CMD(change_gamma) +I_CMD(toggle_antialias) +I_CMD(toggle_alpha) +I_CMD(slideshow) + +T_CMD(move_sel) +T_CMD(reload_all) + -- cgit v1.2.3-54-g00ecf