-
Notifications
You must be signed in to change notification settings - Fork 53
Syntax checking of keymap.rb_ja
alg edited this page Dec 31, 2022
·
2 revisions
もしあなたの keymap.rb
でキーボードが動かないなら、keymap.rb
にミスタイプがあるかもしれません。
Rubyの文法チェッカーが役立つでしょう。
コマンドラインで以下のように実行します(-c
オプションを付けるのを忘れずに)
ruby -c path/to/keymap.rb
もし上記のコマンドで Syntax OK
が表示されたなら、あなたの keymap.rb
には基本的にRuby文法上の間違いはありません。
(あらゆる間違いがないことを意味するものではありません)
あるいは、上記のコマンドは修正すべき文法エラーを報告するかもしれません。
もし ruby
コマンドがないなら、https://www.ruby-lang.org/ja/documentation/installation/ に従ってインストールしてください。
- Getting started
- Keyboard features
- Keycodes (ja)
- Mouse (ja)
- Layers and mode key (ja)
- Debounce
- Composite key
- Split-type keyboard
- Keyscan matrix
- Num Lock, Caps Lock and Scroll Lock
- Useful methods that make you free
- BIOS mode
- Other features
- Examples
- Development
- Contribute to the Wiki
- FAQ