Skip to content

Commit

Permalink
Update Tutorial to reference latest rules.clj (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk authored Oct 16, 2024
1 parent 8dfe510 commit f2aab8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,5 +389,5 @@ This solves those two problems. But we need to trigger the second key fast, or t
;; The first 4 is same as tos definition, and we also have shortcuts for ~parameters~.
```

You can checkout [the documentation for <other options>](https://github.com/yqrashawn/GokuRakuJoudo/blob/a9f2551e1961aab3549fd9e7622b40fd6304b27b/src/karabiner_configurator/rules.clj#L170).
And there're also [<to> documentation](https://github.com/yqrashawn/GokuRakuJoudo/blob/a9f2551e1961aab3549fd9e7622b40fd6304b27b/src/karabiner_configurator/rules.clj#L90), [<from> documentation](https://github.com/yqrashawn/GokuRakuJoudo/blob/a9f2551e1961aab3549fd9e7622b40fd6304b27b/src/karabiner_configurator/rules.clj#L11), [<conditions> documentation](https://github.com/yqrashawn/GokuRakuJoudo/blob/a9f2551e1961aab3549fd9e7622b40fd6304b27b/src/karabiner_configurator/rules.clj#L157).
You can checkout [the documentation for <other options>](https://github.com/yqrashawn/GokuRakuJoudo/blob/0d96515dc7f533c934f6320d8fd0a41f15ac8413/src/karabiner_configurator/rules.clj#L195).
And there're also [<to> documentation](https://github.com/yqrashawn/GokuRakuJoudo/blob/0d96515dc7f533c934f6320d8fd0a41f15ac8413/src/karabiner_configurator/rules.clj#L98), [<from> documentation](https://github.com/yqrashawn/GokuRakuJoudo/blob/0d96515dc7f533c934f6320d8fd0a41f15ac8413/src/karabiner_configurator/rules.clj#L9), [<conditions> documentation](https://github.com/yqrashawn/GokuRakuJoudo/blob/0d96515dc7f533c934f6320d8fd0a41f15ac8413/src/karabiner_configurator/rules.clj#L173).

0 comments on commit f2aab8b

Please sign in to comment.