Bind ctrl+up/down to zoom for compatibility (my + key doesn't work with current bindings)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@613 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -757,6 +757,8 @@ function svg_edit_setup() {
|
||||
['shift+right', function(){rotateSelected(1)}],
|
||||
['shift+O', selectPrev],
|
||||
['shift+P', selectNext],
|
||||
['ctrl+up', function(evt){clickZoom(true);evt.preventDefault();}],
|
||||
['ctrl+down', function(evt){clickZoom();evt.preventDefault();}],
|
||||
['+', function(evt){clickZoom(true);evt.preventDefault();}],
|
||||
['-', function(evt){clickZoom();evt.preventDefault();}],
|
||||
['up', function(evt){moveSelected(0,-1);evt.preventDefault();}],
|
||||
|
||||
Reference in New Issue
Block a user