Dvlv / BoxBuddyRS

A Graphical Interface for Distrobox
MIT License
210 stars 21 forks source link

Fix Ctrl+R not working, implement common close shortcut #104

Closed dennis1248 closed 1 month ago

dennis1248 commented 1 month ago

app.set_accels_for_action("win.refresh", &["F5"]); was overwriting the earlier set Ctrl+R shortcut.

I also took this opportunity to implement Ctrl+Q and Ctrl+W which are common close app and close tab shortcuts, because the app does not use tabs Ctrl+w instead just closes the app .

Dvlv commented 1 month ago

Thanks