chore: Bump version in arch build

This commit is contained in:
dashie 2023-12-15 16:46:32 +00:00
parent 27cf46dde4
commit 9d3fc438b0
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Fabio Lenherr <dashie@dashie.org>
pkgname=reset
pkgver=0.1.1
pkgver=0.1.2
pkgrel=0
arch=('x86_64')
pkgdir="/usr/bin/${pkgname}"

View file

@ -26,7 +26,7 @@ impl ReSetWindow {
pub fn new(app: &Application) -> Self {
app.set_accels_for_action("win.search", &["<Ctrl>F"]);
app.set_accels_for_action("win.close", &["<Ctrl>Q"]);
app.set_accels_for_action("win.about", &["<Ctrl>A"]);
app.set_accels_for_action("win.about", &["<Ctrl>H"]);
// implemented when a proper movement method is found
// app.set_accels_for_action("win.up", &["<Ctrl>K"]);
// app.set_accels_for_action("win.right", &["<Ctrl>L"]);