mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
Version 0.1.7
This commit is contained in:
parent
64a4d34ae9
commit
7c0b430c33
@ -1,3 +1,8 @@
|
|||||||
|
## v0.1.7
|
||||||
|
|
||||||
|
* Add `set_mark` and `with_mark` to emulate Emacs's mark mode
|
||||||
|
[#53](https://github.com/k0kubun/xremap/issues/53)
|
||||||
|
|
||||||
## v0.1.6
|
## v0.1.6
|
||||||
|
|
||||||
* Add `launch` action to execute a command
|
* Add `launch` action to execute a command
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -967,7 +967,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"evdev",
|
"evdev",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xremap"
|
name = "xremap"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
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