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?

More than 1 year has passed since last update.

Fedora 37でVSCodeを使う & mac風日本語入力

Last updated at Posted at 2023-02-01

Fedora 37 にvscodeをインストールする

参考ページ

行ったこと

上のページにあるFedoraの項目のコマンドを実効。

レポジトリとキーの追加。

sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'

アップデートとVSCodeのインストール。

dnf check-update
sudo dnf install code

ibus-anthyの設定

mac風な日本語入力の切り替え

変換でひらがな入力、無変換でローマ字入力にしたい。

設定としてはGUIで行った。

右上にあとか_Aとかあるので、そこから「設定 - Anthy」をクリック。

開いたウィンドウでキー割り当てのタブのコマンドとキーの割り当てから設定を行った。

latin_modeにMuhenkan、hiragana_modeにHenkanを割り当てた。

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?