diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2009-06-03 11:23:28 +0200 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2009-06-03 11:23:28 +0200 |
commit | a4b53097ed9163317ba6a1f3a22c27ae081bea2a (patch) | |
tree | 0865aac6ee92f0f2f0aa61fc5b8f3bd00f5ef94b | |
parent | c7496adbef0015bdeb3602cc9383d1ec1edebc4d (diff) | |
download | rpg-a4b53097ed9163317ba6a1f3a22c27ae081bea2a.tar.gz rpg-a4b53097ed9163317ba6a1f3a22c27ae081bea2a.tar.bz2 |
accesskeys for list items
Ignore-this: 321cb1598c9aacaf00e21f5a54d1a1cc
darcs-hash:20090603092328-6e07b-460c69393d6c486bb534400b9dcb0ddcacf74b92.gz
-rw-r--r-- | inc/toolbar.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/toolbar.php b/inc/toolbar.php index 18bb806f6..d4a9b3a94 100644 --- a/inc/toolbar.php +++ b/inc/toolbar.php @@ -166,6 +166,7 @@ function toolbar_JSdefines($varname){ 'icon' => 'ol.png', 'open' => ' - ', 'close' => '\n', + 'key' => '-', ), array( 'type' => 'format', @@ -173,6 +174,7 @@ function toolbar_JSdefines($varname){ 'icon' => 'ul.png', 'open' => ' * ', 'close' => '\n', + 'key' => '.', ), array( 'type' => 'insert', |