summaryrefslogtreecommitdiff
path: root/inc/toolbar.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2009-11-28 10:49:16 +0100
committerAndreas Gohr <andi@splitbrain.org>2009-11-28 10:49:16 +0100
commitaf14334b1fdba48f5fd1227dbadc653bb665ed72 (patch)
tree4bff64a1b54d9a34404f2fcd72fb6cffd0ae541f /inc/toolbar.php
parentab6cf7df75284cf984509f01269d964d6f7bf702 (diff)
downloadrpg-af14334b1fdba48f5fd1227dbadc653bb665ed72.tar.gz
rpg-af14334b1fdba48f5fd1227dbadc653bb665ed72.tar.bz2
Added access keys for new headline buttons FS#1780
Ignore-this: d776532c15c27963b51ba6d8138815ef darcs-hash:20091128094916-7ad00-d5d6f8d8ce7f2b23ae370cf141174c52eca75e5b.gz
Diffstat (limited to 'inc/toolbar.php')
-rw-r--r--inc/toolbar.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/toolbar.php b/inc/toolbar.php
index 66945cbc4..9140970d1 100644
--- a/inc/toolbar.php
+++ b/inc/toolbar.php
@@ -74,7 +74,7 @@ function toolbar_JSdefines($varname){
'type' => 'autohead',
'title' => $lang['qb_hequal'],
'icon' => 'hequal.png',
- 'key' => '',
+ 'key' => '8',
'text' => $lang['qb_h'],
'mod' => 0
),
@@ -82,7 +82,7 @@ function toolbar_JSdefines($varname){
'type' => 'autohead',
'title' => $lang['qb_hminus'],
'icon' => 'hminus.png',
- 'key' => '',
+ 'key' => '9',
'text' => $lang['qb_h'],
'mod' => 1
),
@@ -90,7 +90,7 @@ function toolbar_JSdefines($varname){
'type' => 'autohead',
'title' => $lang['qb_hplus'],
'icon' => 'hplus.png',
- 'key' => '',
+ 'key' => '0',
'text' => $lang['qb_h'],
'mod' => -1
),