Commit Graph

  • 97a538f67f Version 0.7.9 v0.7.9 Takashi Kokubun 2022-12-03 13:47:35 -0800
  • 8d3d62559e
    Interleave pressing/releasing of modifier keys. (#208) Lae Chen 2022-12-04 10:40:28 +1300
  • 28d84ff0d6 Add test. Lae Chen 2022-12-03 20:49:03 +1300
  • ae87e45930 Interleave pressing/releasing of modifier keys. Lae Chen 2022-12-03 18:48:33 +1300
  • 282b2ec462
    Bump anyhow from 1.0.65 to 1.0.66 dependabot[bot] 2022-12-01 19:14:37 +0000
  • 5f97804180
    Bump x11rb from 0.10.1 to 0.11.0 (#207) dependabot[bot] 2022-12-01 11:08:13 -0800
  • 30b75c1086
    Bump serde_yaml from 0.9.13 to 0.9.14 (#205) dependabot[bot] 2022-12-01 11:07:55 -0800
  • 5013dcc58d
    Bump clap from 3.2.22 to 3.2.23 (#203) dependabot[bot] 2022-12-01 11:07:45 -0800
  • 68c056dd9f
    Bump x11rb from 0.10.1 to 0.11.0 dependabot[bot] 2022-12-01 17:03:58 +0000
  • 9d66b3f2d5
    Bump serde_yaml from 0.9.13 to 0.9.14 dependabot[bot] 2022-12-01 17:03:44 +0000
  • 02ee1c418f
    Bump zbus from 1.9.2 to 3.3.0 dependabot[bot] 2022-12-01 17:03:37 +0000
  • 77b16eb60f
    Bump clap from 3.2.22 to 3.2.23 dependabot[bot] 2022-12-01 17:03:31 +0000
  • 13e6b552d0
    Test what actually happens Takashi Kokubun 2022-11-01 23:06:35 -0700
  • 04df386833
    Test something more meaningful Takashi Kokubun 2022-11-01 23:00:36 -0700
  • d02446a040
    Split ActionDispatcher from EventHandler (#200) Takashi Kokubun 2022-11-01 22:52:56 -0700
  • b6580e3b99
    cargo fmt Takashi Kokubun 2022-11-01 22:49:50 -0700
  • 6bcdf65f5a
    Start writing tests for EventHandler Takashi Kokubun 2022-11-01 22:31:55 -0700
  • 6a80488cf5
    Make InputEvent an Action Takashi Kokubun 2022-11-01 22:16:49 -0700
  • ed38c142c5
    Command should also be an Action Takashi Kokubun 2022-11-01 22:07:22 -0700
  • bd6ed15999
    thread::sleep should also be an Action Takashi Kokubun 2022-10-22 23:40:37 -0700
  • 763b1b8746
    Document feature that allows app-specific key overrides of a generic key map (#198) Berwyn Hoyt 2022-10-24 17:34:23 +1300
  • 1aa20b4b8a Reduce duplication in example/config.yml by using the default/override key feature. It might be possible to further reduce the duplication in the IDEA config, but I cannot do so without knowing the author's intention Berwyn 2022-10-24 17:21:28 +1300
  • b53b4d7f34 Remove mistaken extra lines in README Berwyn 2022-10-24 16:39:29 +1300
  • e3cc3970fa Document the feature that allows keys from a generic key map to be overridden for specific applications Berwyn 2022-10-24 11:49:48 +1300
  • ba72b41f50
    Convert OverrideTimeout to an event Takashi Kokubun 2022-10-22 23:31:27 -0700
  • 5efb9faca4
    Introduce Action enum and ActionDispatcher Takashi Kokubun 2022-10-22 22:34:41 -0700
  • 50e363b2ff
    Rename KeyAction/Action to ModmapAction/KeymapAction Takashi Kokubun 2022-10-22 22:25:23 -0700
  • b193b9f978
    Introduce Event enum Takashi Kokubun 2022-10-22 21:33:11 -0700
  • 3d625916f9
    feat: add more config examples ToxicMushroom 2022-10-23 00:41:55 +0200
  • 8ec7492f02
    Merge 745c3d73d0 into af7688520f Merlijn 2022-10-22 22:25:50 +0000
  • 745c3d73d0
    feat: add more config examples ToxicMushroom 2022-10-23 00:25:45 +0200
  • d59d679055
    Merge branch 'master' into master Merlijn 2022-10-22 23:51:07 +0200
  • 792b5a0338
    feat: add support to target a specific device type for a keymap or modmap ToxicMushroom 2022-10-22 23:38:36 +0200
  • af7688520f
    Version 0.7.8 v0.7.8 Takashi Kokubun 2022-10-22 13:21:17 -0700
  • c2f8d5d468
    fix: libinput dwt support (#196) Roland Fredenhagen 2022-10-22 22:17:27 +0200
  • d1b815fdfa
    feat: add requested tests ToxicMushroom 2022-10-22 16:26:00 +0200
  • 5a33ba7111
    fix: libinput dwt support Roland Fredenhagen 2022-10-22 08:23:10 +0200
  • af91c7774c feat: dedicated tablet device so linux can assign appropriate drivers for each device type ToxicMushroom 2022-10-21 21:03:13 +0200
  • 47029ae9c6 refactor: move example to seperate file ToxicMushroom 2022-10-21 20:57:48 +0200
  • 84dcfc6310 chore: cargo fmt ToxicMushroom 2022-10-21 00:00:35 +0200
  • 514b3b88dd chore: remove unused imports ToxicMushroom 2022-10-20 22:29:29 +0200
  • efb2cd4416 feat: add config example ToxicMushroom 2022-10-20 22:21:43 +0200
  • 18b6193491 refactor: rename x_tilt and y_tilt to tilt_x, tilt_y respectively as in the linux C docs. ToxicMushroom 2022-10-20 22:21:34 +0200
  • af90d8f1a5 fix: intellij optimize imports and cargo fmt weren't happy together ToxicMushroom 2022-10-20 22:13:05 +0200
  • 97d46be741 feat: make absolute input device properties configurable ToxicMushroom 2022-10-20 22:06:05 +0200
  • abb1df1fa4 fix: only group ordered non-key events. ToxicMushroom 2022-10-20 10:04:22 +0200
  • ae1b425141
    Version 0.7.7 v0.7.7 Takashi Kokubun 2022-10-19 22:10:24 -0700
  • f3f9e53f5a
    Flush pending keys with an override remap correctly Takashi Kokubun 2022-10-19 22:09:34 -0700
  • 085ae66428
    fix(fmt): style issues 2 Merlijn 2022-10-19 21:52:17 +0200
  • ee2f1d3bab fix(fmt): style issues ToxicMushroom 2022-10-19 21:42:46 +0200
  • 407e6b5352 feat: support absolute input devices like tablets ToxicMushroom 2022-10-19 21:36:41 +0200
  • bfb8604add
    Version 0.7.6 v0.7.6 Takashi Kokubun 2022-10-10 21:38:07 -0700
  • dfe27fe71d
    Add keypress_delay_ms to workaround #179 (#191) Kazuyoshi Kato 2022-10-10 21:36:29 -0700
  • d160550980 Add keypress_delay_ms to workaround #179 Kazuyoshi Kato 2022-10-10 21:23:19 -0700
  • 32011d6a5f
    Merge pull request #186 from k0kubun/dependabot/cargo/clap-3.2.22 Takashi Kokubun 2022-10-01 20:48:01 -0700
  • 4755135c1f
    Merge pull request #184 from k0kubun/dependabot/cargo/env_logger-0.9.1 Takashi Kokubun 2022-10-01 20:47:50 -0700
  • 06a06c3007
    Merge pull request #182 from k0kubun/dependabot/cargo/serde-1.0.145 Takashi Kokubun 2022-10-01 20:47:41 -0700
  • 82e184b72d
    Bump clap from 3.2.21 to 3.2.22 dependabot[bot] 2022-10-01 17:05:42 +0000
  • a96867b32e
    Bump zbus from 1.9.2 to 3.2.0 dependabot[bot] 2022-10-01 17:05:36 +0000
  • ac0a39d3dd
    Bump env_logger from 0.9.0 to 0.9.1 dependabot[bot] 2022-10-01 17:05:35 +0000
  • 8fbd544823
    Bump clap_complete from 3.2.5 to 4.0.2 dependabot[bot] 2022-10-01 17:05:32 +0000
  • 0c41f930bb
    Bump serde from 1.0.144 to 1.0.145 dependabot[bot] 2022-10-01 17:05:27 +0000
  • d535ada5d8 cargo fmt Tim Cuthbertson 2022-09-28 21:17:38 +1000
  • d4f28bd74a MappableEvent: make underlying mandatory (and rename to `raw`) Tim Cuthbertson 2022-09-28 20:55:16 +1000
  • f28536bb7d handler: add MappableEvent to support scroll wheel events Tim Cuthbertson 2022-09-28 20:50:35 +1000
  • d58aa94616
    Merge pull request #174 from k0kubun/dependabot/cargo/serde_yaml-0.9.13 Takashi Kokubun 2022-09-24 21:53:19 +0900
  • a78ac3e296
    Merge pull request #177 from dottorblaster/update-readme-uinput-uaccess Takashi Kokubun 2022-09-20 22:59:38 +0900
  • 127bcee08d Add TAG+="uaccess" in the udev's rule Alessio Biancalana 2022-09-20 15:35:44 +0200
  • 51000e3807
    Bump serde_yaml from 0.9.4 to 0.9.13 dependabot[bot] 2022-09-15 12:34:38 +0000
  • 26f62a7c2b
    Merge pull request #173 from k0kubun/dependabot/cargo/anyhow-1.0.65 Takashi Kokubun 2022-09-15 21:33:52 +0900
  • 3115686bdc
    Bump anyhow from 1.0.63 to 1.0.65 dependabot[bot] 2022-09-15 12:33:42 +0000
  • 2d0d35a884
    Merge pull request #175 from k0kubun/dependabot/cargo/serde_with-2.0.1 Takashi Kokubun 2022-09-15 21:33:30 +0900
  • e48b5411de
    Merge pull request #176 from k0kubun/dependabot/cargo/clap_complete-3.2.5 Takashi Kokubun 2022-09-15 21:33:20 +0900
  • 18f5772530
    Bump serde_with from 2.0.0 to 2.0.1 dependabot[bot] 2022-09-15 12:33:18 +0000
  • dfa7b89921
    Bump clap_complete from 3.2.3 to 3.2.5 dependabot[bot] 2022-09-15 12:33:14 +0000
  • 46e8f3945b
    Merge pull request #172 from k0kubun/dependabot/cargo/serde_json-1.0.85 Takashi Kokubun 2022-09-15 21:32:22 +0900
  • 5796280207
    Bump serde_json from 1.0.82 to 1.0.85 dependabot[bot] 2022-09-15 12:31:56 +0000
  • 3604e24e13
    Merge pull request #167 from k0kubun/dependabot/cargo/serde-1.0.144 Takashi Kokubun 2022-09-15 21:31:50 +0900
  • 35d8832d77
    Merge pull request #169 from k0kubun/dependabot/cargo/nix-0.25.0 Takashi Kokubun 2022-09-15 21:31:42 +0900
  • f02bc89c55
    Merge pull request #171 from k0kubun/dependabot/cargo/clap-3.2.21 Takashi Kokubun 2022-09-15 21:31:23 +0900
  • 9dfe2cad10
    Bump clap from 3.2.16 to 3.2.21 dependabot[bot] 2022-09-13 12:25:50 +0000
  • c6c12a38ed
    Bump anyhow from 1.0.59 to 1.0.64 dependabot[bot] 2022-09-13 12:25:30 +0000
  • 8329d54881
    Bump nix from 0.24.2 to 0.25.0 dependabot[bot] 2022-09-13 12:25:25 +0000
  • ea47b8ea37
    Bump zbus from 1.9.2 to 3.1.0 dependabot[bot] 2022-09-13 12:25:22 +0000
  • f70f98ba52
    Bump serde from 1.0.141 to 1.0.144 dependabot[bot] 2022-09-13 12:25:19 +0000
  • 752e92b676
    Merge pull request #161 from k0kubun/dependabot/cargo/anyhow-1.0.63 Takashi Kokubun 2022-09-13 21:25:02 +0900
  • c01e511d7c
    Merge pull request #160 from k0kubun/dependabot/cargo/evdev-0.12.0 Takashi Kokubun 2022-09-13 21:24:51 +0900
  • 36ad4db086
    Merge pull request #159 from k0kubun/dependabot/cargo/swayipc-3.0.1 Takashi Kokubun 2022-09-13 21:24:38 +0900
  • f2e54f7dff
    Bump anyhow from 1.0.59 to 1.0.63 dependabot[bot] 2022-09-01 17:13:59 +0000
  • 5a5b3634c7
    Bump evdev from 0.11.4 to 0.12.0 dependabot[bot] 2022-09-01 17:13:55 +0000
  • e0e457ed80
    Bump swayipc from 3.0.0 to 3.0.1 dependabot[bot] 2022-09-01 17:13:52 +0000
  • e21b8d1525
    Bump zbus from 1.9.2 to 3.0.0 dependabot[bot] 2022-09-01 17:13:48 +0000
  • 265908b97e
    Bump clap from 3.2.16 to 3.2.19 dependabot[bot] 2022-09-01 17:13:46 +0000
  • c7644028ae
    Merge pull request #155 from VTimofeenko/master Takashi Kokubun 2022-08-30 18:42:32 -0700
  • 9b5d5ab67a
    Add NixOS installation instructions Vladimir Timofeenko 2022-08-30 17:54:47 -0700
  • 701d826827
    Update the busctl command for xremap Takashi Kokubun 2022-08-27 09:47:06 -0700
  • bc38537496
    Version 0.7.5 v0.7.5 Takashi Kokubun 2022-08-23 20:58:01 -0700
  • b284c51c86
    Check Focus-Proxy-Window.FocusProxy Takashi Kokubun 2022-08-23 20:56:37 -0700
  • 7e11efec00
    Version 0.7.4 v0.7.4 Takashi Kokubun 2022-08-22 19:14:54 -0700
  • ed920e5c8d
    Resurrect removal of override_remap Takashi Kokubun 2022-08-22 19:13:44 -0700