Skip to content
Snippets Groups Projects
Commit a4b53097 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

accesskeys for list items

Ignore-this: 321cb1598c9aacaf00e21f5a54d1a1cc

darcs-hash:20090603092328-6e07b-460c69393d6c486bb534400b9dcb0ddcacf74b92.gz
parent c7496adb
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment