Skip to content

Instantly share code, notes, and snippets.

@5oya
Last active August 4, 2020 14:14
Show Gist options
  • Save 5oya/0f2342e1c996e244a4d31bf27a974e77 to your computer and use it in GitHub Desktop.
Save 5oya/0f2342e1c996e244a4d31bf27a974e77 to your computer and use it in GitHub Desktop.
my_key_binding_setting.md

In macOS

  • change _input_source to ctrl + o
  • caps_lock to left_ctrl

In Karabiner-Elements

  • コマンドキーを単体で押したときに、英数・かなキーを送信する。(左コマンドキーは英数、右コマンドキーはかな)(rev 2)
  • right_cmd to right_alt
  • esc to `(HHKb用)

In Hammerspoon

  • ctrl + p to up
  • ctrl + n to down
  • ctrl + f to right
  • ctrl + b to left
  • ctrl + h to delete
  • ctrl + j to return
  • ctrl + w to cut
  • ctrl + y to paste
  • ctrl + , to -
  • ctrl + . to =
  • ctrl + shift + , = -
  • ctrl + shift + . = =
  • ctrl + to esc
  • ctrl + s to cmd + f
  • ctrl + a to cmd + left
  • ctrl + e to cmd + right
  • ctrl + / to undo
  • ctrl + shift + / to redo
  • ctrl + v to pagedown // vimの関係上チェックを外した
  • alt + v to pageup
  • cmd + shift + , to home
  • cmd + shift + . to end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment