From a4b53097ed9163317ba6a1f3a22c27ae081bea2a Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 3 Jun 2009 11:23:28 +0200 Subject: accesskeys for list items Ignore-this: 321cb1598c9aacaf00e21f5a54d1a1cc darcs-hash:20090603092328-6e07b-460c69393d6c486bb534400b9dcb0ddcacf74b92.gz --- inc/toolbar.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/toolbar.php') 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', -- cgit v1.2.3