0
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?

【2025年02月版】Sublime Text で 日本語入力中に、F7 キーを使う方法【macOS】

Posted at

はじめに

Macの Sublime Text で文字入力中に f7 キーを押しても Sublime Text側で取られて変換できない、時の解決メモ

環境

  • macOS Sequoia (15.3)
  • Sublime Text Build 4192

設定方法

  • メニューから、Settings -> Key Bindings を選択

image.png

  • Key Bindings が設定できそうな画面が開く、右ペインに入力したらなんとかなりそうだけど、ならない
  • 左側のペインは編集できない

f7 のエントリーを右側ペインでコメントアウトしてみたり、noopに設定して、再起動してみたけどならない

image.png

  • 左側のペインを選択して ( <- ここが重要 )、`File` -> Save As を選択

image.png

  • /User/ユーザ名/Library/Application Support/Sublime Text/Packages の下に Default ディレクトリを作成して、Save

image.png

  • この Save の後は左側ペインが編集できるようになる
  • f7 を検索してコメントアウト

image.png

  • Sublime Textを再起動する
  • IMEの入力中に、F7 キーで変換できるようになる
  • 他のキーも同じように設定できる
  • VSCode か Vim でいいよねってなりがち

さいごに

かんたんでしたね

0
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
0
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?