summaryrefslogtreecommitdiff
path: root/src/client/keyshortcuts.js
AgeCommit message (Collapse)Author
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-05client: add distinct links selectionAlon Levy
2015-04-13client: change shortcuts zen - ctrl-0, zoom ctrl-9 (firefox doesn't like ↵Alon Levy
function keys)
2015-04-12client: F7 shortcut for zen modeAlon Levy
2015-04-12client/selection: rename: selected & relatedAlon Levy
selected nodes - nodes the user selected directly, via search or click. related - nodes that we choose to show the user as a result of the selection made.
2015-04-12client: add F6 shortcut to zoom to selectionAlon Levy
2015-04-12client: fix ctrl-A breakage since selection signatures changedAlon Levy
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).