diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/gui/app.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/gui/app.go b/internal/gui/app.go index e6946c2..547a22b 100644 --- a/internal/gui/app.go +++ b/internal/gui/app.go @@ -2202,6 +2202,8 @@ func (a *Application) setupKeyboardShortcuts() { } case 'ж', 'Ж': // ж = x a.onExportToAnki() + case 'в', 'В': // в = v + a.onArchive() case '?': a.onShowHotkeys() case 'h', 'H', 'х', 'Х': // h/х = previous (vim-style) |
