From 677302b5a72bd9339c74ea4022ec29c5827988e7 Mon Sep 17 00:00:00 2001 From: eelke Date: Mon, 5 Sep 2022 13:24:39 +0200 Subject: [PATCH] Bind F5 to curd and catalog refresh actions --- pglab/DatabaseWindow.ui | 6 ++++++ releasenotes/notes/f5-bindings-5acb4d8b18626cef.yaml | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 releasenotes/notes/f5-bindings-5acb4d8b18626cef.yaml diff --git a/pglab/DatabaseWindow.ui b/pglab/DatabaseWindow.ui index 2560e24..c2e24d2 100644 --- a/pglab/DatabaseWindow.ui +++ b/pglab/DatabaseWindow.ui @@ -298,11 +298,17 @@ Refresh + + F5 + Refresh + + F5 + diff --git a/releasenotes/notes/f5-bindings-5acb4d8b18626cef.yaml b/releasenotes/notes/f5-bindings-5acb4d8b18626cef.yaml new file mode 100644 index 0000000..dda4c52 --- /dev/null +++ b/releasenotes/notes/f5-bindings-5acb4d8b18626cef.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Make F5 work again for refreshing the catalog and CRUD views. \ No newline at end of file