scrcpy / solving windows terminal Ctrl+Shift+C not working
This commit is contained in:
parent
0ad76cf7b5
commit
322ecae334
9
gui/todo/scrcpy-android-screen2pc.md
Normal file
9
gui/todo/scrcpy-android-screen2pc.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
# install scrcpy
|
||||||
|
|
||||||
|
https://github.com/Genymobile/scrcpy
|
||||||
|
|
||||||
|
|
||||||
|
# install guiscrcpy
|
||||||
|
|
||||||
|
https://guiscrcpy.srevinsaju.me/
|
|
@ -112,8 +112,9 @@
|
||||||
// Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
|
// 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.
|
// These two lines additionally bind them to Ctrl+C and Ctrl+V.
|
||||||
// To learn more about selection, visit https://aka.ms/terminal-selection
|
// To learn more about selection, visit https://aka.ms/terminal-selection
|
||||||
{ "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" },
|
// { "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" },
|
||||||
{ "command": "paste", "keys": "ctrl+v" },
|
// { "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
|
// Press Ctrl+Shift+F to open the search box
|
||||||
{ "command": "find", "keys": "ctrl+shift+f" },
|
{ "command": "find", "keys": "ctrl+shift+f" },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user