1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

macOS+JISキーボードでバックスラッシュ

Posted at

日本語配列のMacBookとかJISキーボードを繋げているときに、Ghosttyのデフォルトではoption+¥のように入力しても\が入力できない。

以下のように設定してやればいい。

config
keybind = ¥=text:\\

この設定で、単に¥を入力すれば\\が入力される。option+¥ではそのまま¥が入力される。

設定ファイルの仕様については以下のページを参照。

動かない設定

以下のように設定すればoption+¥\が入力されるようにできそうだが、現実には動かない

config
keybind = option+¥=text:\\

これはおそらくmacos-option-as-altとの兼ね合いもあるのかもしれないが… 特別な事情やこだわりがなければ明示的には何も弄らない方がいいだろう。

現状の設定

せっかくなので置いておく。

config
font-family = "UDEV Gothic HSJPDOC Regular"
font-family-bold = "UDEV Gothic HSJPDOC Bold"
font-family-italic = "UDEV Gothic HSJPDOC Italic"
font-family-bold-italic = "UDEV Gothic HSJPDOC BoldItalic"
font-size = 13.5
cursor-style = "block"
theme = dark:Jellybeans, light:Alabaster
mouse-shift-capture = true
keybind = ¥=text:\\
clipboard-read = ask
clipboard-write = allow

GhosttyにはIterm2-color-schemesがバンドルされているので好きなテーマを選ぶのがよい。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?