Commit Graph

309 Commits

Author SHA1 Message Date
Takashi Kokubun
d0b13ce6c7
Version 0.4.0 2022-05-07 00:10:13 -07:00
Takashi Kokubun
66c2914d1e
Merge pull request #94 from k0kubun/gnome-38
Use xremap's original extension to talk to GNOME
2022-05-07 00:06:01 -07:00
Takashi Kokubun
ba2d3c26f6
Update README 2022-05-07 00:04:12 -07:00
Takashi Kokubun
7d0d829647
Use xremap's original extension to talk to GNOME 2022-05-06 23:09:10 -07:00
Takashi Kokubun
0a775b6aa6
Version 0.3.4 2022-05-05 20:38:07 -07:00
Takashi Kokubun
3494c0a546
Repeat/Release what was originally pressed
Close #87
2022-05-05 20:37:42 -07:00
Takashi Kokubun
cf624dc545
Version 0.3.3 2022-04-27 20:07:18 -07:00
Takashi Kokubun
2c4e3574e3
Expand modifiers on a nested remap
Fix #91
2022-04-27 20:06:16 -07:00
Takashi Kokubun
bdf3af41f8
Version 0.3.2 2022-04-07 20:55:49 -07:00
Takashi Kokubun
18b68bc001
Merge pull request #82 from k0kubun/remap-timeout
Add timeout_millis for nested remap
2022-04-07 20:46:11 -07:00
Takashi Kokubun
140a478e0d
Eagerly expire a timeout prefix 2022-04-02 13:59:21 -07:00
Takashi Kokubun
015b06a4c9
Version 0.3.1 2022-04-01 21:51:01 -07:00
Takashi Kokubun
766dd5f597
Merge pull request #85 from k0kubun/ungrab-on-reload
Ungrab devices on ReloadDevices
2022-04-01 21:49:58 -07:00
Takashi Kokubun
f555a3f931
It's not a gem 2022-04-01 21:45:47 -07:00
Takashi Kokubun
89ff895be0
Ungrab devices on ReloadDevices 2022-04-01 21:40:43 -07:00
Takashi Kokubun
2adf8f0707
Flush a buffered key on unhandled events 2022-04-01 21:00:01 -07:00
Takashi Kokubun
65f5f27d02
Flush buffered keys on timeout 2022-04-01 20:48:25 -07:00
Takashi Kokubun
0d200a87b2
Add timeout_millis for nested remap 2022-04-01 00:07:26 -07:00
Takashi Kokubun
eaca8be6f7
Version 0.3.0 2022-02-22 20:34:50 -08:00
Takashi Kokubun
479b864188
Polish the help message a little 2022-02-22 20:34:50 -08:00
Takashi Kokubun
2f93b230ae
Merge pull request #78 from ModProg/watcher
Device Watcher improvements and Config reload
2022-02-22 20:26:55 -08:00
Roland Fredenhagen
21f45f93f3
config reload 2022-02-22 20:04:31 +01:00
Roland Fredenhagen
c23a8cf748
device watcher improvements 2022-02-22 14:00:53 +01:00
Takashi Kokubun
aabb1ffcef
Merge pull request #77 from ModProg/clap-help
move command line parsing to clap; address clippy
2022-02-16 09:31:55 -08:00
Roland Fredenhagen
84639c2a22
support generating completions 2022-02-16 10:07:36 +01:00
Roland Fredenhagen
ca2210e2e0
remove dbg 2022-02-16 08:52:07 +01:00
Roland Fredenhagen
b3c3c10755
move command line parsing to clap; address clippy 2022-02-16 08:46:46 +01:00
Takashi Kokubun
937841532d
Write a document for escape_next_key 2022-02-09 20:24:48 -08:00
Takashi Kokubun
a56e4a210f
Version 0.2.5 2022-02-09 10:11:04 -08:00
Takashi Kokubun
12a1bf2b92
Merge pull request #74 from k0kubun/escape-next-key
Support escape_next_key

Close #69
2022-02-09 10:09:51 -08:00
Takashi Kokubun
660084b18b
Support escape_next_key 2022-02-08 23:54:41 -08:00
Takashi Kokubun
a311f6fa1e
Do not skip further keys on keymap 2022-02-08 23:40:58 -08:00
Takashi Kokubun
ee93bb41f9
Use libc::c_char for Arm portability
Close #73

kudos to https://github.com/remacs/remacs/pull/1397.
2022-02-08 23:27:36 -08:00
Takashi Kokubun
9e4d5803a4
Version 0.2.4 2022-02-01 20:04:26 -08:00
Takashi Kokubun
1267e203a0
Merge pull request #68 from cireu/feature-optional
Only use feature-related dependencies when needed.
2022-02-01 20:02:37 -08:00
Zhu Zihao
faf007aa96
Only use feature-related dependencies when needed. 2022-01-31 15:13:47 +08:00
Takashi Kokubun
ae489bfd8e
Add a dedicated Arch Linux section 2022-01-29 12:58:51 -08:00
Takashi Kokubun
45ee6f63f5
Merge pull request #67 from njkevlani/njkevlani/aur
Added info about AUR package in Readme
2022-01-29 12:57:15 -08:00
Nilesh Kevlani
a6e8c79b8f
Update README.md 2022-01-29 17:31:09 +05:30
Nilesh Kevlani
1867e69ab9
Update README.md 2022-01-29 17:28:32 +05:30
Takashi Kokubun
b3173a8827
Version 0.2.3 2022-01-22 14:35:00 -08:00
Takashi Kokubun
6a76e5bbf9
Merge pull request #65 from markk/master
Handle sway application support for XWayland windows
2022-01-22 14:31:59 -08:00
Mark Knoop
c2c331e03f Handle sway application support for XWayland windows
XWayland windows have null app_id, look for and return window_properties.class instead.
2022-01-22 17:08:09 +00:00
Takashi Kokubun
4b8690b917
Some wording changes 2022-01-12 20:37:16 -08:00
Takashi Kokubun
3ef0deb51f
Fold instructions in details 2022-01-12 20:36:13 -08:00
Takashi Kokubun
1768218e22
Drop duplicated instructions 2022-01-12 20:34:44 -08:00
Takashi Kokubun
423283e222
Resurrect instructions using a root user
Close #59
2022-01-12 20:33:21 -08:00
Takashi Kokubun
6e1aafbc94
Version 0.2.2 2022-01-11 11:54:59 -08:00
Takashi Kokubun
276455c5f0
Merge pull request #63 from KeenS/more-mouse-buttons
support more mouse buttons
2022-01-11 11:52:37 -08:00
κeen
030ec39c63
support more mouse buttons 2022-01-11 23:46:04 +09:00