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

Added access keys for new headline buttons FS#1780

Ignore-this: d776532c15c27963b51ba6d8138815ef

darcs-hash:20091128094916-7ad00-d5d6f8d8ce7f2b23ae370cf141174c52eca75e5b.gz
parent ab6cf7df
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ function toolbar_JSdefines($varname){ ...@@ -74,7 +74,7 @@ function toolbar_JSdefines($varname){
'type' => 'autohead', 'type' => 'autohead',
'title' => $lang['qb_hequal'], 'title' => $lang['qb_hequal'],
'icon' => 'hequal.png', 'icon' => 'hequal.png',
'key' => '', 'key' => '8',
'text' => $lang['qb_h'], 'text' => $lang['qb_h'],
'mod' => 0 'mod' => 0
), ),
...@@ -82,7 +82,7 @@ function toolbar_JSdefines($varname){ ...@@ -82,7 +82,7 @@ function toolbar_JSdefines($varname){
'type' => 'autohead', 'type' => 'autohead',
'title' => $lang['qb_hminus'], 'title' => $lang['qb_hminus'],
'icon' => 'hminus.png', 'icon' => 'hminus.png',
'key' => '', 'key' => '9',
'text' => $lang['qb_h'], 'text' => $lang['qb_h'],
'mod' => 1 'mod' => 1
), ),
...@@ -90,7 +90,7 @@ function toolbar_JSdefines($varname){ ...@@ -90,7 +90,7 @@ function toolbar_JSdefines($varname){
'type' => 'autohead', 'type' => 'autohead',
'title' => $lang['qb_hplus'], 'title' => $lang['qb_hplus'],
'icon' => 'hplus.png', 'icon' => 'hplus.png',
'key' => '', 'key' => '0',
'text' => $lang['qb_h'], 'text' => $lang['qb_h'],
'mod' => -1 'mod' => -1
), ),
......
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