mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
Version 0.3.3
This commit is contained in:
parent
2c4e3574e3
commit
cf624dc545
@ -1,3 +1,8 @@
|
|||||||
|
## v0.3.3
|
||||||
|
|
||||||
|
* Fix a bug in a nested remap with modifiers
|
||||||
|
[#91](https://github.com/k0kubun/xremap/pull/91)
|
||||||
|
|
||||||
## v0.3.2
|
## v0.3.2
|
||||||
|
|
||||||
* Support `timeout_millis` to timeout a prefix key
|
* Support `timeout_millis` to timeout a prefix key
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1059,7 +1059,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Dynamic key remapp for X and Wayland"
|
description = "Dynamic key remapp for X and Wayland"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user