Skip to content

Commit

Permalink
Add: button 6 to 32
Browse files Browse the repository at this point in the history
  • Loading branch information
yqrashawn committed Nov 28, 2019
1 parent 629f879 commit 3082415
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ All notable changes to this project will be documented in this file. This change

** Unreleased

[Unreleased Commits]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.2.5...HEAD
[Unreleased Commits]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.2.8...HEAD

** 0.2.8 - 2019-11-28
*** Added
- support mouse button up to ~:button32~

[commits in 0.2.8]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.2.7...0.2.8
** 0.2.7 - 2019-11-20
*** Added
- support parsing raw karabiner rules (support ~mouse_motion_to_scroll~), [[https://github.com/yqrashawn/GokuRakuJoudo/blob/6a0f5de5c476ff6e6fcf372a3345232e33c8eba2/test/karabiner_configurator/rules_test.clj#L58][check
the examples]]

[commits in 0.2.6]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.2.5...0.2.7
[commits in 0.2.7]: https://github.com/yqrashawn/GokuRakuJoudo/compare/v0.2.5...0.2.7
** 0.2.5 - 2019-04-26
*** Added
- ~goku -d~ or ~goku --dry-run~ for testing configs.
Expand Down
26 changes: 26 additions & 0 deletions src/karabiner_configurator/keys_info.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,32 @@
:button3 {:button true}
:button4 {:button true}
:button5 {:button true}
:button6 {:button true}
:button7 {:button true}
:button8 {:button true}
:button9 {:button true}
:button10 {:button true}
:button11 {:button true}
:button12 {:button true}
:button13 {:button true}
:button14 {:button true}
:button15 {:button true}
:button16 {:button true}
:button17 {:button true}
:button18 {:button true}
:button19 {:button true}
:button21 {:button true}
:button22 {:button true}
:button23 {:button true}
:button24 {:button true}
:button25 {:button true}
:button26 {:button true}
:button27 {:button true}
:button28 {:button true}
:button29 {:button true}
:button30 {:button true}
:button31 {:button true}
:button32 {:button true}
;; :x {:mouse_key true}
;; :y {:mouse_key true}
:any {:modifier true :both true}
Expand Down

0 comments on commit 3082415

Please sign in to comment.