Commit Graph

653 Commits (master)
 

Author SHA1 Message Date
Takashi Kokubun 804ad68718
Support left/right-specific modifiers 2 years ago
Takashi Kokubun c2204a4559
Resolve left and right combinations on deserialization 2 years ago
Takashi Kokubun 343204607c
Reorder set_mark and with_mark 2 years ago
Takashi Kokubun f7256c6c88
Version 0.1.9 2 years ago
Takashi Kokubun 621606fb35
Merge pull request #55 from KeenS/fix-mark-remap
fix typo
2 years ago
κeen 1974ba57a1
fix typo 2 years ago
Takashi Kokubun 705173ed84
Version 0.1.8 2 years ago
Takashi Kokubun 359afbe616
Merge pull request #54 from KeenS/version-option
add an option to show the version
2 years ago
κeen bc280293e5
add an option to show the version 2 years ago
Takashi Kokubun bdf9af2e5c
Mention example/emacs.yml as well 2 years ago
Takashi Kokubun 7c0b430c33
Version 0.1.7 2 years ago
Takashi Kokubun 64a4d34ae9
Cache cargo test on CI 2 years ago
Takashi Kokubun 63863d0b79
Merge pull request #53 from k0kubun/set-mark
Implement mark
2 years ago
Takashi Kokubun c49a9b5cde
Implement mark 2 years ago
Takashi Kokubun 646a1dd53d
Version 0.1.6 2 years ago
Takashi Kokubun 67cff94344
Merge pull request #52 from k0kubun/launch-action
Add launch action
2 years ago
Takashi Kokubun b428af7992
Use raw string literals 2 years ago
Takashi Kokubun 33a3bcee02
Handle child processes with SA_NOCLDWAIT 2 years ago
Takashi Kokubun dc5660754a
Implement launch action 2 years ago
Takashi Kokubun a7e9b92bad
Merge remote-tracking branch 'gdvalle/hotkeys' into launch-action 2 years ago
Takashi Kokubun 7be86597e1
Drop obsoleted test.yml 2 years ago
Takashi Kokubun 21192ae2ce
Simplify Action deserializer 2 years ago
Takashi Kokubun c9aee618a2
Simplify KeyPress deserializer 2 years ago
Takashi Kokubun 6de99ec863
Simplify Key deserializer 2 years ago
Takashi Kokubun 16094de2cf
Instantiate Duration on deserialization 2 years ago
Takashi Kokubun 63e24b4dc5
Simplify Application deserializer 2 years ago
Takashi Kokubun fbdda1f1e6
Simplify Keymap deserializer 2 years ago
Takashi Kokubun d6fe343f31
Simplify Modmap deserializer 2 years ago
Takashi Kokubun ef0d7c428d
Simplify Actions deserializer 2 years ago
Takashi Kokubun 3c14525f16
Resurrect the old CI 2 years ago
Takashi Kokubun 179674e713
Simplify KeyAction deserializer 2 years ago
Greg Dallavalle 225f8019bd Add hotkey command support 2 years ago
Takashi Kokubun 4280a3f559
Simplify serde a little 2 years ago
Takashi Kokubun e8b4aed1aa
Re-add serde tests 2 years ago
Takashi Kokubun 7ab1595836
Rollback to v0.1.5 2 years ago
Takashi Kokubun 613555943d
Add serde test cases 2 years ago
Takashi Kokubun 7df4333ea1
Run it properly 2 years ago
Takashi Kokubun ff1c19e076
Start testing serde 2 years ago
Takashi Kokubun 12906a45df
Resurrect deserializer for Actions 2 years ago
Takashi Kokubun 00e4a07f43
This no longer needs to be pub 2 years ago
Takashi Kokubun 8c7d2b1aac
Refactor remap deserializer 2 years ago
Takashi Kokubun fc9927b2f7
serde_error is no longer shared 2 years ago
Takashi Kokubun 320b602789
s/evdev::Key/Key/g again 2 years ago
Takashi Kokubun 47768f8ca7
Simplify the default 2 years ago
Takashi Kokubun 12fac38102
Rename a deserialization function 2 years ago
Takashi Kokubun c06888e9cc
Merge pull request #50 from k0kubun/key-deserialize
Unwrap evdev::Key
2 years ago
Takashi Kokubun 3c0fe13c27
Unwrap evdev::Key 2 years ago
Takashi Kokubun f0782c7899
Merge pull request #49 from k0kubun/derive-deserialize
Switch to #[derive(Deserialize)]
2 years ago
Takashi Kokubun eb68ae2da3
Add #[serde(untagged)] 2 years ago
Takashi Kokubun 186f02c8d0
Switch to #[derive(Deserialize)] 2 years ago