[fractal/fractal-next] Change accelerators from <Primary> to <Control>



commit 30748d8eb3f35d4f7ad33e3c1fc97ebac43d32dc
Author: Kai A. Hiller <V02460 gmail com>
Date:   Mon Jun 14 18:10:31 2021 +0200

    Change accelerators from <Primary> to <Control>

 src/application.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/application.rs b/src/application.rs
index 4fb7fdd9..886519b7 100644
--- a/src/application.rs
+++ b/src/application.rs
@@ -122,8 +122,8 @@ impl Application {
 
     // Sets up keyboard shortcuts
     fn setup_accels(&self) {
-        self.set_accels_for_action("app.quit", &["<primary>q"]);
-        self.set_accels_for_action("win.show-help-overlay", &["<primary>question"]);
+        self.set_accels_for_action("app.quit", &["<Control>q"]);
+        self.set_accels_for_action("win.show-help-overlay", &["<Control>question"]);
     }
 
     fn setup_css(&self) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]