scrcpy / solving windows terminal Ctrl+Shift+C not working

This commit is contained in:
Klesh Wong 2021-02-19 16:46:47 +08:00
parent 0ad76cf7b5
commit 322ecae334
2 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1,9 @@
# install scrcpy
https://github.com/Genymobile/scrcpy
# install guiscrcpy
https://guiscrcpy.srevinsaju.me/

View File

@ -112,8 +112,9 @@
// Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
// These two lines additionally bind them to Ctrl+C and Ctrl+V.
// To learn more about selection, visit https://aka.ms/terminal-selection
{ "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" },
{ "command": "paste", "keys": "ctrl+v" },
// { "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" },
// { "command": "paste", "keys": "ctrl+v" },
// AMD Radeon Software might use Ctrl+Shift+C causing hotkey not working on Windows Termainl
// Press Ctrl+Shift+F to open the search box
{ "command": "find", "keys": "ctrl+shift+f" },