mirror of
https://github.com/k0kubun/xremap
synced 2024-11-15 18:12:50 +00:00
Version 0.8.11
This commit is contained in:
parent
26c90bb2b5
commit
c72d9b67f0
@ -1,3 +1,8 @@
|
||||
## v0.8.11
|
||||
|
||||
- Use `xremap` instead of `xremap pid=$pid` as the device name if it doesn't conflict
|
||||
- If there's already an `xremap` device, it uses `xremap pid=$pid` as before
|
||||
|
||||
## v0.8.10
|
||||
|
||||
- Add `REL_WHEEL` and `REL_HWHEEL` to relative axes if `--mouse` is given
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1861,7 +1861,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "xremap"
|
||||
version = "0.8.10"
|
||||
version = "0.8.11"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "xremap"
|
||||
version = "0.8.10"
|
||||
version = "0.8.11"
|
||||
edition = "2021"
|
||||
description = "Dynamic key remapp for X and Wayland"
|
||||
license = "MIT"
|
||||
|
Loading…
Reference in New Issue
Block a user