2
1

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 3 years have passed since last update.

Windows10 Pro の Windows PowerShell コンソールでdockerコンテナ操作時にBackspaceキーを押すと発生する音を消す

Last updated at Posted at 2021-05-11

実現したいこと

Windows10 Pro の Windows PowerShell コンソールで dockerコンテナ操作時にBackspaceキーを押すと私にとって不快な音が発生する。(発生する音が心地よい方にはあまり関係ない)
不快な音を発生させないようにしたい。

01.PNG

これは、Windows Terminalでも発生する。

02.PNG

一番簡単な解決方法:パターン1

  • 解決方法がたくさんあるが、簡単な方法はこれだった。
  1. VSCode(Visual Stdio Code)をインストール
  2. VSCodeを起動する
  3. VSCodeのターミナルを開く
    • ショートカットキーで [Ctrl] + [Shift] + [@] でも開ける
  4. VScodeのターミナルで操作する

03.PNG

一番簡単な解決方法:パターン2

  • スピーカーをOFFにする。
  • 言われるまでもなく、あまり良い解決方法ではない。

情報源

  • 思い付きでVScodeで試したところ、解決に至った。

注意

  • ただしExtentionや、設定には注意
2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?