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

VMware上のUbuntuでマウスの戻るボタンを使えるようにする

Posted at

VMware Workstation 15 playerにUbuntu18.04をインストールできたが、ブラウザ使用時にUSBマウスの「戻る」ボタンが使えなかった。そのためいろいろ試したところ、ゲストOSのフォルダにある".vmx"ファイルに、下の文を追加すれば使えるようになった。

mouse.vusb.enable = "TRUE"
mouse.vusb.useBasicMouse = "FALSE"
usb.generic.allowHID = "TRUE"

全てのUSBマウスで使えるかどうかはわからないが、まずはお試しあれ。


動作環境
ホストOS:Windows10Home
VMツール:VMware Workstation 15 Player 15.5.2 build-15785246
ゲストOS:Ubuntu 18.04.4 LTS

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