mirror of
https://github.com/aclist/dztui.git
synced 2025-06-26 10:58:58 +02:00
chore: update keybindings dialog
This commit is contained in:
parent
406663cd7a
commit
c6a654d25a
3 changed files with 5 additions and 4 deletions
helpers
|
@ -15,7 +15,7 @@ locale.setlocale(locale.LC_ALL, '')
|
|||
gi.require_version("Gtk", "3.0")
|
||||
from gi.repository import Gtk, GLib, Gdk, GObject, Pango
|
||||
|
||||
# 5.0.0-rc.7
|
||||
# 5.0.0-rc.8
|
||||
app_name = "DZGUI"
|
||||
|
||||
cache = {}
|
||||
|
@ -1262,6 +1262,7 @@ def KeysDialog(parent, text, mode):
|
|||
Ctrl-q: quit
|
||||
Enter/Space/Double click: select row item
|
||||
Up, Down: navigate through row items
|
||||
?: open this dialog
|
||||
|
||||
<b>Button navigation</b>
|
||||
Right: jump from main view to side buttons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue