最終更新:2024-11-11 (月) 09:41:06 (25d)
Chromeリモートデスクトップ
Top / Chromeリモートデスクトップ
https://remotedesktop.google.com/
拡張機能
Chrome Remote Desktop Host
メモ
- アンインストール/更新ができなかったのでレジストリのエントリを手動で消したら更新できた
マッピング
- 基本
Windows macOS Win Command Alt Option Ctrl Control - リマップ
キーの意味
- https://stackoverflow.com/questions/13518963/chrome-remote-desktop-keyboard-shortcut-needed
KeyboardEvent.code Windows macOS MetaLeft? Win Command ControlLeft? Control Control AltLeft? Alt Option
Google日本語入力
- の設定をしたいがリモートのChromeでLang1が受け取れない (手元のChromeではConvert?は取れている)
- ShiftとかAltをつけるとリモートでもイベントは起きている
- NonConvert?->Lang2のマッピングはうまくいく
- 以前は変換(Convert?)もダメだったが直った模様→送り先で認識されていない?
- Microsoft IMEだと動く
- Ctrl-SpaceでIMEのON/OFFはできる
- Keyboard Event Viewerで見るとMS-IMEだと変換キー/無変換キーを押したときはkeyupのみ、Google日本語入力だとkeydown/keyupが発生している
関連
参考
Ubuntu
スクリプト
- /opt/google/chrome-remote-desktop/chrome-remote-desktop
/opt/google/chrome-remote-desktop/chrome-remote-desktop --start /opt/google/chrome-remote-desktop/chrome-remote-desktop --stop
設定ファイル
- .chrome-remote-desktop-session
DESKTOP_SESSION=ubuntu XDG_CURRENT_DESKTOP=Unity XDG_RUNTIME_DIR=/run/user/$(id -u) exec /usr/sbin/lightdm-session 'gnome-session --session=ubuntu'
デスクトップだけ出る
- https://webnetforce.net/ubuntu-chrome-remote-trouble/
- Set the X display number to the current display number (obtain it with echo $DISPLAY from any terminal). On Ubuntu 17.10 and lower, this is usually 0, and on Ubuntu 18.04, this is usually 1:
- https://superuser.com/questions/778028/configuring-chrome-remote-desktop-with-ubuntu-gnome-14-04
マウスカーソルが表示されない
- ホスト側(操作される側)のPCに物理的なマウスが接続されていない
- https://kagasu.hatenablog.com/entry/20150921/1442798624