From af14334b1fdba48f5fd1227dbadc653bb665ed72 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Sat, 28 Nov 2009 10:49:16 +0100
Subject: [PATCH] Added access keys for new headline buttons FS#1780

Ignore-this: d776532c15c27963b51ba6d8138815ef

darcs-hash:20091128094916-7ad00-d5d6f8d8ce7f2b23ae370cf141174c52eca75e5b.gz
---
 inc/toolbar.php | 6 +++---
 1 file 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
                ),
-- 
GitLab