mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-18 18:48:33 +02:00
chore: Bump version in arch build
This commit is contained in:
parent
27cf46dde4
commit
9d3fc438b0
2
PKGBUILD
2
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Fabio Lenherr <dashie@dashie.org>
|
# Maintainer: Fabio Lenherr <dashie@dashie.org>
|
||||||
|
|
||||||
pkgname=reset
|
pkgname=reset
|
||||||
pkgver=0.1.1
|
pkgver=0.1.2
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
pkgdir="/usr/bin/${pkgname}"
|
pkgdir="/usr/bin/${pkgname}"
|
||||||
|
|
|
@ -26,7 +26,7 @@ impl ReSetWindow {
|
||||||
pub fn new(app: &Application) -> Self {
|
pub fn new(app: &Application) -> Self {
|
||||||
app.set_accels_for_action("win.search", &["<Ctrl>F"]);
|
app.set_accels_for_action("win.search", &["<Ctrl>F"]);
|
||||||
app.set_accels_for_action("win.close", &["<Ctrl>Q"]);
|
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
|
// implemented when a proper movement method is found
|
||||||
// app.set_accels_for_action("win.up", &["<Ctrl>K"]);
|
// app.set_accels_for_action("win.up", &["<Ctrl>K"]);
|
||||||
// app.set_accels_for_action("win.right", &["<Ctrl>L"]);
|
// app.set_accels_for_action("win.right", &["<Ctrl>L"]);
|
||||||
|
|
Loading…
Reference in a new issue