Skip to content

Instantly share code, notes, and snippets.

View Ynng's full-sized avatar
♾️
Learning

⌘WinKey Ynng

♾️
Learning
  • University of Waterloo
  • Ontario, Canada
  • 10:18 (UTC -07:00)
  • LinkedIn in/ynng
View GitHub Profile
@Ynng
Ynng / settings.json
Last active February 28, 2023 14:06
Windows Terminal Settings
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
layout('us') //set layout us
hide=true; // set to true to hide the console window on the target
tree=true;
typingSpeed(0,0);
waitLED(ANY_OR_NONE, 5000);
press("GUI r") // windows + r
delay(500)
type("powershell\n") // write powershell and press "enter"
delay(500)