Changeset 4933
- Timestamp:
- 01/15/10 15:06:50 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/features/aria/_source/plugins/colorbutton/plugin.js
r4903 r4933 44 44 var keys = block.keys; 45 45 keys[ 39 ] = 'next'; // ARROW-RIGHT 46 keys[ 40 ] = 'next'; // ARROW-DOWN 46 47 keys[ 9 ] = 'next'; // TAB 47 48 keys[ 37 ] = 'prev'; // ARROW-LEFT 49 keys[ 38 ] = 'prev'; // ARROW-UP 48 50 keys[ CKEDITOR.SHIFT + 9 ] = 'prev'; // SHIFT + TAB 49 51 keys[ 32 ] = 'click'; // SPACE
Note: See TracChangeset
for help on using the changeset viewer.
