summaryrefslogtreecommitdiff
path: root/src/client/keyshortcuts.js
AgeCommit message (Collapse)Author
2015-04-01keyshortcuts.js: restoring requirejs rz_core dependency, removing get_rz_core()LV-426
2015-03-10client: graph_view: handle keyboard events when svg nodes are focusedAlon Levy
enter to open edit, space and shift-space to select/append.
2015-03-03client: add keyshortcuts.js, implement ctrl-a for selecting allAlon Levy
switch to onkeydown to capture ctrl-a before browser action ctrl-a works on text fields since we only handle it if the target is the body (which it is when svg is in focus, although that may be accidental, don't know the logic).