mirror of
https://github.com/aclist/dztui.git
synced 2025-04-06 20:43:01 +02:00
chore: update keybindings dialog
This commit is contained in:
parent
406663cd7a
commit
c6a654d25a
3 changed files with 5 additions and 4 deletions
4
dzgui.sh
4
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
version=5.0.0.rc-7
|
version=5.0.0.rc-8
|
||||||
|
|
||||||
#CONSTANTS
|
#CONSTANTS
|
||||||
aid=221100
|
aid=221100
|
||||||
|
@ -528,7 +528,7 @@ fetch_dzq(){
|
||||||
fetch_helpers_by_sum(){
|
fetch_helpers_by_sum(){
|
||||||
declare -A sums
|
declare -A sums
|
||||||
sums=(
|
sums=(
|
||||||
["ui.py"]="a4adb00c54d71ad9268cf3cbf8df0a1e"
|
["ui.py"]="309e9f77f7820d4387f148a2b6898bc4"
|
||||||
["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197"
|
["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197"
|
||||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||||
["funcs"]="d9b0e6fa68314c18ac7aad565645948f"
|
["funcs"]="d9b0e6fa68314c18ac7aad565645948f"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
version="5.0.0.rc-7"
|
version=5.0.0.rc-8
|
||||||
|
|
||||||
#CONSTANTS
|
#CONSTANTS
|
||||||
aid=221100
|
aid=221100
|
||||||
|
|
|
@ -15,7 +15,7 @@ locale.setlocale(locale.LC_ALL, '')
|
||||||
gi.require_version("Gtk", "3.0")
|
gi.require_version("Gtk", "3.0")
|
||||||
from gi.repository import Gtk, GLib, Gdk, GObject, Pango
|
from gi.repository import Gtk, GLib, Gdk, GObject, Pango
|
||||||
|
|
||||||
# 5.0.0-rc.7
|
# 5.0.0-rc.8
|
||||||
app_name = "DZGUI"
|
app_name = "DZGUI"
|
||||||
|
|
||||||
cache = {}
|
cache = {}
|
||||||
|
@ -1262,6 +1262,7 @@ def KeysDialog(parent, text, mode):
|
||||||
Ctrl-q: quit
|
Ctrl-q: quit
|
||||||
Enter/Space/Double click: select row item
|
Enter/Space/Double click: select row item
|
||||||
Up, Down: navigate through row items
|
Up, Down: navigate through row items
|
||||||
|
?: open this dialog
|
||||||
|
|
||||||
<b>Button navigation</b>
|
<b>Button navigation</b>
|
||||||
Right: jump from main view to side buttons
|
Right: jump from main view to side buttons
|
||||||
|
|
Loading…
Reference in a new issue