Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
KeyRemac4MacBook.rb
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
kei-q
February 17, 2016
Programming
150
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
KeyRemac4MacBook.rb
tokyurubykaigi06発表資料
kei-q
February 17, 2016
More Decks by kei-q
See All by kei-q
春の鎌倉 Tech&Product Meet発表資料
keqh
0
45
Rubyistのみんなに 私の推しのDuckDBを 紹介させてください
keqh
0
92
Repro_Tech_Meetup__1_Docker.pdf
keqh
4
730
PSD.rbでiPhoneアプリ開発のギョームをカイゼンしたい(仮)
keqh
0
200
すごいErlang楽しく学んだ!
keqh
0
230
Other Decks in Programming
See All in Programming
自作OSでスライド発表する
uyuki234
1
3.8k
SLOをサービス品質の共通言語にするために 取り組んできたこと
wakana0222
0
500
Prismを使った型安全な暗号化_関数型まつり2026
_fhhmm
0
130
Generative UI & AI-Assistants for Your Angular Solutions
manfredsteyer
PRO
1
180
act1-costs.pdf
sumedhbala
0
230
1B+ /day規模のログを管理する技術
broadleaf
0
140
ローカルLLMでどこまでコードが書けるか -拡張版 / How much code can be written on a local LLM Extended
kishida
12
4.8k
AI駆動開発を妨げる技術的負債の解消アプローチ / ai-refactoring-approach
minodriven
17
9k
Welcome to the "Parametricity" 🏙️ − Generic だけど Specific な世界 −
guvalif
PRO
1
170
吝嗇家のためのAI活用 / AI development for miser - ChatGPT + Issue Driven Development
tooppoo
0
190
音楽のための関数型プログラミング言語mimiumにおける多段階計算の活用
tomoyanonymous
1
330
信頼性について考えてみる(SRE NEXT 2026 miniLT)
hayama17
0
190
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
97
6.7k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
32
3k
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
62
45k
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
650
Code Reviewing Like a Champion
maltzj
528
40k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.4k
Leo the Paperboy
mayatellez
8
1.9k
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4.3k
How Software Deployment tools have changed in the past 20 years
geshan
0
34k
Ethics towards AI in product and experience design
skipperchong
2
330
Speed Design
sergeychernyshev
33
1.9k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
210
Transcript
KeyRemap4MacB ook.rb @kei_q 2013-06-29 TokyuRuby 会議06 #tqrk06
KR4MB とは? https://pqrs.org/macosx/keyremap4macbook/
None
うっかりでアプリ終了しちゃった Cmd + q を長押しに
US 配列でも簡単に入力切り替えし たい Cmd を英数/ かな兼用に
あのアプリでEmacs ぽくカー ソル 移動したい (cmd | opt | ctrl) +
npbf でカー ソル移動
Problem 設定がたいへん
None
設定画面
検索で絞り込み
設定数 1877
設定(XML) <?xml version="1.0" encoding="UTF-8"?> <root> <item> <name>sample</name> <identifier>private.sample</identifier> <autogen>__KeyToKey__ KeyCode::SEMICOLON,
KeyCode::RETURN</autogen> </item> </root>
"XML の視覚的なノイズは、 我慢の限界を超えてい ました。 人々 は, 山括弧が目に痛いと訴え始めたの です。" そこで、XML の問題点なしに、XML
の設定ファイル のメリットを享受したいという願望が出てきまし た。 ドメイン特化言語 - パター ンで学ぶDSL のベストプラクティス46 項目 IX ペー ジより
どうする
None
None
DSL を書こう!
Keyremac gem install keyremac
None
再掲: 設定(XML) <?xml version="1.0" encoding="UTF-8"?> <root> <item> <name>sample</name> <identifier>private.sample</identifier> <autogen>__KeyToKey__
KeyCode::SEMICOLON, KeyCode::RETURN</autogen> </item> </root>
Keyremac では require 'keyremac' ';' .to 'RETURN' 設定の確認 ruby private.rb
--dump 設定の読み込み ruby private.rb --reload
基本機能 キー を別のキー に ';' .to :RETURN キー に修飾キー の機能追加
:JIS_EISUU .overlaid :COMMAND_L 特定のアプリだけ設定を有効に app "APPNAME" do ... end 特定の入力ソー スだけ設定を有効に item inputsource: "APPNAME" do ... end
未対応のタグ タグ名 + '_' でそのまま出力 before item_ do name_ 'jis_to_us'
identifier_ 'private.jis_to_us' autogen_ "__SetKeyboardType__ KeyboardType::MACBOOK" :JIS_YEN .to :BACKQUOTE :JIS_UNDERSCORE .to :BACKQUOTE end
私の設定 JIS をUS に item_ do name_ 'jis_to_us' identifier_ 'private.jis_to_us'
autogen_ "__SetKeyboardType__ KeyboardType::MACBOOK" :JIS_YEN .to :BACKQUOTE :JIS_UNDERSCORE .to :BACKQUOTE end
None
semicolon とunderscore をswap ':' .to ':' ';' .to '_' '_'
.to ';'
F7-9 でitunes 操作 :F7 .to :MUSIC_PREV :F8 .to :MUSIC_PLAY :F9
.to :MUSIC_NEXT
F10-12 で音量調節 :F10 .to :VOLUME_MUTE :F11 .to :VOLUME_DOWN :F12 .to
:VOLUME_UP
SPACE の左右を再設定 :JIS_EISUU .overlaid :COMMAND_L :COMMAND_L .to :OPTION_L :JIS_KANA .to
:RETURN
'A' のとなりを単体で 英数 + ESC :CONTROL_L .overlaid :CONTROL_L, keys: [:JIS_EISUU,
:ESCAPE]
SandS :SPACE .overlaid :SHIFT_L, repeat: true
window 最小化を無効に :m.cmd .to :VK_NONE # disable_minimize
IME 切り替え :j.ctrl .to :JIS_KANA # "Google IME"
左SHIFT を修飾キー に # extra1 :SHIFT_L.cmd .to :SHIFT_L.cmd :SHIFT_L.opt .to
:SHIFT_L.opt :SHIFT_L.ctrl .to :SHIFT_L.ctrl :CONTROL_L.extra1 .to :CONTROL_L.shift :SHIFT_L .to :VK_MODIFIER_EXTRA1
ctrl+npfb をemacs っぽく # ctrl-npを強制的に↑↓に :p.ctrl.none .to :CURSOR_UP :n.ctrl.none .to
:CURSOR_DOWN :b.ctrl.none .to :CURSOR_LEFT :f.ctrl.none .to :CURSOR_RIGHT
TMUX を1 ストロー クで操作 app 'TERMINAL' do "pnco".chars { |c|
c.extra1 .to :JIS_EISUU, :t.ctrl, c } "jkl" .chars { |c| c.extra1 .to :JIS_EISUU, :t.ctrl, c } "du" .chars { |c| c.extra1 .to :t.ctrl, '['.ctrl, c.ctrl } end
Sublime Text でGoogle IME の予 測変換 appdef_ do appname_ "SUBLIME"
equal_ "com.sublimetext.3" equal_ "com.sublimetext.2" end app 'SUBLIME', inputsource: 'JAPANESE' do :TAB .to :i.ctrl end
タブの切替 ['SUBLIME', 'GOOGLE_CHROME'].each { |app_name| app app_name do :p.extra1 .to
:JIS_EISUU, '['.cmd.shift :n.extra1 .to :JIS_EISUU, ']'.cmd.shift end }
Haskell 版Keyremac 製作中
None
getting started $ gem install keyremac $ touch > private.rb
require 'keyremac' ';' .to :RETURN $ ruby private.rb --reload