Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaakaa/pluggablemixinsample_ruby
pluggable application sample by mixin
https://github.com/kaakaa/pluggablemixinsample_ruby
Last synced: 23 days ago
JSON representation
pluggable application sample by mixin
- Host: GitHub
- URL: https://github.com/kaakaa/pluggablemixinsample_ruby
- Owner: kaakaa
- Created: 2014-01-29T11:04:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-29T11:05:24.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T18:21:34.415Z (9 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## type key
```
[A] => KBD("A")
[A]+[B] => KBD("A",DOWN)
KBD("B",CLICK)
KDB("A",UP)
```## selector
```
*メモ帳* => GETID("メモ帳")
```## special key
```
[WIN] => KBD(VK_WIN)
```