From 0d64cc93278d39bd4c87cf5110d326f57574c8a1 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 18 Sep 2014 02:22:10 +0200 Subject: flowtable: add selection indicator, add keyboard navigation --- web/src/js/utils.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'web/src/js/utils.js') diff --git a/web/src/js/utils.js b/web/src/js/utils.js index 39ad92fb..6e545d8a 100644 --- a/web/src/js/utils.js +++ b/web/src/js/utils.js @@ -11,3 +11,13 @@ var AutoScrollMixin = { } }, }; + + +var Key = { + UP: 38, + DOWN: 40, + LEFT: 37, + RIGHT: 39, + ENTER: 13, + ESC: 27 +} \ No newline at end of file -- cgit v1.2.3