aboutsummaryrefslogtreecommitdiff
path: root/fastiv.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-18 14:49:31 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-18 14:50:31 +0200
commite3dc2fecfac98427efb7a7efd319e1f2a7bead68 (patch)
tree4918c77f597182a5cca811cbb1cf0c1b6b5ee2e5 /fastiv.c
parenta6972e4c6e5653f97f29e6aefa4a1840a3105055 (diff)
downloadfiv-e3dc2fecfac98427efb7a7efd319e1f2a7bead68.tar.gz
fiv-e3dc2fecfac98427efb7a7efd319e1f2a7bead68.tar.xz
fiv-e3dc2fecfac98427efb7a7efd319e1f2a7bead68.zip
Make a FIXME about bindings more precise
Diffstat (limited to 'fastiv.c')
-rw-r--r--fastiv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastiv.c b/fastiv.c
index f110274..39b0c5e 100644
--- a/fastiv.c
+++ b/fastiv.c
@@ -448,7 +448,7 @@ main(int argc, char *argv[])
gtk_accel_group_connect(accel_group, GDK_KEY_o, GDK_CONTROL_MASK, 0,
g_cclosure_new(G_CALLBACK(on_open), NULL, NULL));
- // FIXME: The left/right arrows do not work, for whatever reason.
+ // FIXME: The left/right arrows can't be bound this way at all.
gtk_accel_group_connect(accel_group, GDK_KEY_Left, 0, 0,
g_cclosure_new(G_CALLBACK(on_previous), NULL, NULL));
gtk_accel_group_connect(accel_group, GDK_KEY_Page_Up, 0, 0,