Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)
```