Commit graph

19 commits

Author SHA1 Message Date
Sabri Ünal
3009610284 doc: fix misleading information
Correct "Display this online help manual" string.

Fixes: #1475
2023-02-28 17:43:32 +00:00
Andre Klapper
d9c10b5f20 help: Make shortcuts.page pass "yelp-check validate"
<section> elements must include a <title> element.
2020-02-10 22:03:09 +01:00
Michael Gratton
82e77023bc Update help with information about single key shortcuts 2019-11-21 02:56:44 +11:00
Michael Gratton
f307722c1d Update archive, shortcuts and composer manual pages
Update pages to be consistent with how the app currently works. Mention
undo for both archiving and sending/saving/dicarding composers. Update
compser page to mention features added over the last few releases.
2019-11-18 18:33:10 +11:00
Michael James Gratton
6b88f82019 Use the Gtk.ShortcutsWindow as the sole shortcut help.
Now that we are requiring at least GTK+ 3.22, we can remove the shortcuts
help from the manual so we aren't duplicating the information with the
Gtk.ShortcutsWindow.
2017-12-18 16:00:14 +11:00
Michael James Gratton
548529d432 Add a keyboard nav section to the user manual.
* help/C/shortcuts.page: Add a new section, move existing focus commands
  to it, add shortcuts for conversation message nav.
2017-02-23 14:08:02 +11:00
Michael James Gratton
e6c6e7c013 Update help text for move/label shortcuts in manual/help overlay.
Make it describe the result of the action, not the UI effect.
2016-10-04 09:54:06 +11:00
Michael James Gratton
32a7f76360 Hook up attach file shortcut, add it to user guide. Bug 743565. 2016-06-09 00:21:44 +10:00
Michael James Gratton
66928f73f6 Enable L/M keyboard shortcut for label/moving messages. Fixes Bug 731737.
* help/C/shortcuts.page: Document new shortcuts.

* src/client/application/geary-controller.vala: Add shortcuts for copy
  and move actions.

* src/client/components/pill-toolbar.vala (PillBar::create_menu_button):
  Hook up the button's related action to invoke the button's popup menu,
  taking care not to cause an infinte loop.
  (PillBar::setup_button): Connect to the related_action's tooltip notify
  signal via a local variable rather than via the button, so it does not
  get lost when it changes for Gtk.MenuButton actions.
2016-05-29 23:25:49 +10:00
Michael James Gratton
54ba285ab8 Clean up shortcuts and shortcut docs. Closes Bug 766987.
* src/client/application/geary-controller.vala: Remove prefs and accounts
  shortcuts.

* ui/app_menu.interface: Remove prefs and accounts shortcuts

* help/C/shortcuts.page: Capitalise J/K, remove prefs and accounts
  shortcuts.
2016-05-29 22:24:19 +10:00
Florin Lipan
d25b87f7a1 Add F6 navigation shortcut keys to the help page. 2016-04-13 10:27:37 -04:00
Jim Nelson
32f337102a Document new conversation navigation keys for bug #714434 2015-03-05 17:24:01 -08:00
Robert Schroll
8a302a9f81 Add composer shortcuts to documentation
https://bugzilla.gnome.org/show_bug.cgi?id=741573
2014-12-19 00:41:17 -05:00
Charles Lindsay
356a1aff58 Update help docs
Closes: bgo #724082
Closes: bgo #725618
Closes: bgo #724081
Closes: bgo #720625
2014-03-12 12:12:43 -07:00
Charles Lindsay
d5117b94b5 Update keyboard shortcuts in help
Closes: bgo #721792
2014-01-08 11:19:19 -08:00
Eric Gregory
d1aae04383 Closes #6611 Help updated for 0.4 2013-10-01 17:31:09 -07:00
Eric Gregory
237d22b599 Closes #6610 Help updated for 0.3 2013-03-19 14:42:22 -07:00
Adam Dingle
91416889fa Fixed #5674 (update help documentation for 0.2). 2012-09-26 15:34:53 -07:00
Nate Lillich
6ae00e391f Fixes #5177. The help documentation is now at help/C instead of just help. 2012-05-04 17:21:28 -07:00
Renamed from help/shortcuts.page (Browse further)