From c6a654d25a21b63c5518d83d13e2d2b26495d39d Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 13 Jan 2024 07:07:45 +0900 Subject: [PATCH] chore: update keybindings dialog --- dzgui.sh | 4 ++-- helpers/funcs | 2 +- helpers/ui.py | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index a7db1c9..7786144 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -o pipefail -version=5.0.0.rc-7 +version=5.0.0.rc-8 #CONSTANTS aid=221100 @@ -528,7 +528,7 @@ fetch_dzq(){ fetch_helpers_by_sum(){ declare -A sums sums=( - ["ui.py"]="a4adb00c54d71ad9268cf3cbf8df0a1e" + ["ui.py"]="309e9f77f7820d4387f148a2b6898bc4" ["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" ["funcs"]="d9b0e6fa68314c18ac7aad565645948f" diff --git a/helpers/funcs b/helpers/funcs index b8f44ef..3cf2a2d 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -o pipefail -version="5.0.0.rc-7" +version=5.0.0.rc-8 #CONSTANTS aid=221100 diff --git a/helpers/ui.py b/helpers/ui.py index b4cb48f..f76cd42 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -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 Button navigation Right: jump from main view to side buttons