diff options
author | Wolfgang Müller | 2025-02-20 16:09:08 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-21 12:12:48 +0100 |
commit | 000a1e8a33ac3f1dea00ca21aac0f1771a0325f0 (patch) | |
tree | 66a9679a3f2d8f2833afa62101fb58e92adf4e6e /docs/usage/shortcuts.rst | |
parent | 18c8719b74b1510ad82b686333071bcc10d68e30 (diff) | |
download | hircine-000a1e8a33ac3f1dea00ca21aac0f1771a0325f0.tar.gz |
frontend: Rework and improve accelerators
This commit switches around a couple of existing accelerators to make
them easier to activate with just the left hand on the keyboard and more
easily allow the addition of accelerators for all filter fields.
Diffstat (limited to '')
-rw-r--r-- | docs/usage/shortcuts.rst | 58 |
1 files changed, 55 insertions, 3 deletions
diff --git a/docs/usage/shortcuts.rst b/docs/usage/shortcuts.rst index 3f532e2..d261c00 100644 --- a/docs/usage/shortcuts.rst +++ b/docs/usage/shortcuts.rst @@ -92,16 +92,68 @@ Filtering * - Shortcut - Action - * - ``F`` + * - ``q`` - Focus search. * - ``f`` - Toggle favourites. * - ``b`` - Toggle bookmarked. - * - ``o`` - - Toggle organized. * - ``r`` - Toggle orphaned. + * - ``z`` + - Toggle organized. + +.. _shortcut-advanced-filtering: + +Advanced Filtering +------------------ + +.. list-table:: + :align: left + :header-rows: 1 + + * - Shortcut + - Action + * - ``F`` + - Toggle advanced filters. + * - ``X`` + - Reset filters. + +Focusing filter fields +^^^^^^^^^^^^^^^^^^^^^^ + +When the advanced filters are visible, each field may be focused by activating +the following shortcuts prefixed by either ``i`` for an include field or ``e`` +for an exclude field. For example, to include an artist, hit ``ia``. + +.. list-table:: + :align: left + :header-rows: 1 + + * - Shortcut + - Filters on... + * - ``n`` + - Namespaces + * - ``t`` + - Tags + * - ``a`` + - Artists + * - ``i`` + - Circles + * - ``h`` + - Characters + * - ``w`` + - Worlds + * - ``g`` + - Categories + * - ``r`` + - Ratings + * - ``s`` + - Censorships + * - ``l`` + - Languages + * - ``u`` + - URLs .. _shortcut-misc: |