summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wintable/new/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/new/select.h b/wintable/new/select.h
index 12c5770..8f23f03 100644
--- a/wintable/new/select.h
+++ b/wintable/new/select.h
@@ -89,7 +89,7 @@ HANDLER(mouseDownSelectHandler)
/*
the routine below is intended to simulate the comctl32.dll listview keyboard navigation rules, at least as far as vertical navigation is concerned.
-horizontal scrolling is different because (unlike the comctl32) listview, we say that a single column in each row has the keyboard focus, so left and right navigate between columns here, instead of scrolling left/right by pixels.
+horizontal scrolling is different because unlike the comctl32 listview, we say that a single column in each row has the keyboard focus, so left and right navigate between columns here, instead of scrolling left/right by pixels.
TODO provide an override for scrolling by pixels?
TODO any other keyboard shortcuts?