diff --git a/CHANGES b/CHANGES index 672112eb..78e87c97 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,7 @@ * added Select tool * using jQuery hosted by Google instead of local version * allow dragging of elements +* added keystroke shortcuts for all tools 2.0 - June 03, 2009 ------------------ diff --git a/README b/README index 581857b9..7b173964 100644 --- a/README +++ b/README @@ -12,9 +12,8 @@ jQuery JavaScript Library v1.3.2 http://jquery.com/ Copyright (c) 2009 John Resig -jQuery Right-Click Plugin -http://abeautifulsite.net/notebook/68 -Copyright (c) 2008 Cory S.N. LaViska +jQuery js-Hotkeys +http://code.google.com/p/js-hotkeys/ jPicker http://www.digitalmagicpro.com/jPicker/ diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 9298afba..802cee8f 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -110,7 +110,7 @@ vertical-align:12px; } -#svg_editor .tool_button, #svg_editor .tool_button_current { +#svg_editor .tool_button, #svg_editor .tool_button_current, #svg_editor .tool_button_disabled { height: 24px; width: 24px; margin: 2px; @@ -130,6 +130,11 @@ background-color: #B0B0B0; } +#svg_editor .tool_button_disabled { + opacity: 0.5; + cursor: default; +} + #svg_editor #color_pick { position: absolute; display: none; diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 9290c604..358fa481 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -90,8 +90,8 @@
![Select Tool [1] Select](images/select.png)
![Pencil Tool [2] Pencil](images/path.png)
![Select Tool [1] Select](images/select.png)
![Pencil Tool [2] Pencil](images/path.png)
![Line Tool [3] Line](images/line.png)
![Rect/Square Tool [4/Shift+4] Square](images/square.png)
![Ellipse/Circle Tool [5/Shift+5] Circle](images/circle.png)