diff --git a/PKGBUILD b/PKGBUILD index b6d99d0..0e719d2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Fabio Lenherr pkgname=reset -pkgver=0.1.1 +pkgver=0.1.2 pkgrel=0 arch=('x86_64') pkgdir="/usr/bin/${pkgname}" diff --git a/src/components/window/reset_window.rs b/src/components/window/reset_window.rs index 4bfa231..49c1e8c 100644 --- a/src/components/window/reset_window.rs +++ b/src/components/window/reset_window.rs @@ -26,7 +26,7 @@ impl ReSetWindow { pub fn new(app: &Application) -> Self { app.set_accels_for_action("win.search", &["F"]); app.set_accels_for_action("win.close", &["Q"]); - app.set_accels_for_action("win.about", &["A"]); + app.set_accels_for_action("win.about", &["H"]); // implemented when a proper movement method is found // app.set_accels_for_action("win.up", &["K"]); // app.set_accels_for_action("win.right", &["L"]);