mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
Version 0.7.6
This commit is contained in:
parent
dfe27fe71d
commit
bfb8604add
@ -1,3 +1,9 @@
|
|||||||
|
## v0.7.6
|
||||||
|
|
||||||
|
- Add `keypress_delay_ms` to workaround [#179](https://github.com/k0kubun/xremap/issues/179)
|
||||||
|
- This feature might be removed in the future once the root cause of [#179](https://github.com/k0kubun/xremap/issues/179)
|
||||||
|
is found and fixed.
|
||||||
|
|
||||||
## v0.7.5
|
## v0.7.5
|
||||||
|
|
||||||
- Fix a regression to recognize JetBrains IDE on `application` since v0.5.3
|
- Fix a regression to recognize JetBrains IDE on `application` since v0.5.3
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1157,7 +1157,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.7.5"
|
version = "0.7.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.7.5"
|
version = "0.7.6"
|
||||||
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