Mercurial > geeqie
diff doc/main_window_menus.html @ 1160:2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
author | zas_ |
---|---|
date | Wed, 19 Nov 2008 22:42:20 +0000 |
parents | e2ca6295c5d0 |
children |
line wrap: on
line diff
--- a/doc/main_window_menus.html Wed Nov 19 21:36:02 2008 +0000 +++ b/doc/main_window_menus.html Wed Nov 19 22:42:20 2008 +0000 @@ -250,7 +250,7 @@ <p><code>; (gtk_accel_path "<main>/File/Quit" "<Control>q")</code> </p> - <p>To change this menu's keyboard shortcut, first remove the leading semicolon (;), removing the semicolon will tell Geeqie that this menu item has been customized. Then change the keyboard shortcut defined by the text in quotes at the end of the line, be sure to only change the text within the quotes; in this case the text “<control>q”. For example changing the shortcut associated with Quit to the Q key will result in this line:</p> + <p>To change this menu's keyboard shortcut, first remove the leading semicolon (;), removing the semicolon will tell Geeqie that this menu item has been customized. Then change the keyboard shortcut defined by the text in quotes at the end of the line, be sure to only change the text within the quotes; in this case the text “<control>q”. For example changing the shortcut associated with Quit to the <span class="key">Q</span> key will result in this line:</p> <p><code>(gtk_accel_path "<main>/File/Quit" "q")</code> </p> @@ -277,7 +277,7 @@ <tbody> <tr> <td> - <p>[Shift]</p> + <p><span class="key">Shift</span></p> </td> <td> @@ -287,7 +287,7 @@ <tr> <td> - <p>[Ctrl]</p> + <p><span class="key">Ctrl</span></p> </td> <td> @@ -297,7 +297,7 @@ <tr> <td> - <p>[Alt]</p> + <p><span class="key">Alt</span></p> </td> <td> @@ -308,7 +308,7 @@ </table> </div> - <p>Modifiers can be combined, for example in the exit line above, the text would be “<control><shift>q” to set the exit shortcut to [Ctrl] + [Shift] + Q.</p> + <p>Modifiers can be combined, for example in the exit line above, the text would be “<control><shift>q” to set the exit shortcut to <span class="key">Ctrl</span> + <span class="key">Shift</span> + <span class="key">Q</span>.</p> <hr id="bottomseparator" />