LoginSignup
3
3

More than 5 years have passed since last update.

Command-QでVirtualBoxの終了メニューを出させない

Last updated at Posted at 2014-08-13

参考: virtualbox.org • View topic - Ignore Command-H and Command-Q?

スクリーンショット 2014-08-13 10.06.45.png

  • Command+Control+Qで終了メニュー
  • Command+Control+Hでウィンドウを隠す

という設定にする場合、Macの端末にて以下実施

defaults write org.virtualbox.app.VirtualBoxVM NSUserKeyEquivalents \
 '{"Quit VirtualBox VM"="@^q"; "Hide VirtualBox VM" = "@^h";}'

VirtualBoxを立ち上げ直し、設定が反映されていることを確認。

3
3
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
3
3