hotkey こんなん
app = NSApplicationWithHotKey.sharedApplication
ref = app.register_hotkey("command+shift+j") do
puts 'hello'
end
app.run学内だとチェックインできねぇ
app = NSApplicationWithHotKey.sharedApplication
ref = app.register_hotkey("command+shift+j") do
puts 'hello'
end
app.run学内だとチェックインできねぇ