aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 6f95ae1..e0e1460 100644
--- a/config.def.h
+++ b/config.def.h
@@ -118,8 +118,8 @@ static const keymap_t keys[] = {
{ false, XK_greater, i_rotate, (arg_t) DEGREE_90 },
{ false, XK_question, i_rotate, (arg_t) DEGREE_180 },
- { false, XK_backslash, i_flip, (arg_t) FLIP_HORIZONTAL },
- { false, XK_bar, i_flip, (arg_t) FLIP_VERTICAL },
+ { false, XK_bar, i_flip, (arg_t) FLIP_HORIZONTAL },
+ { false, XK_underscore, i_flip, (arg_t) FLIP_VERTICAL },
{ false, XK_a, i_toggle_antialias, (arg_t) None },
{ false, XK_A, it_toggle_alpha, (arg_t) None },