-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwindows.yaml
116 lines (116 loc) · 4 KB
/
windows.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
title: "Default Windows Keyboard Shortcuts"
layout:
keyboard: US
system: Windows
shortcuts:
General:
"Ctrl+C":
description: "Copy selected item"
"Ctrl+X":
description: "Cut selected item"
"Ctrl+V":
description: "Paste copied or cut item"
"Ctrl+Z":
description: "Undo last action"
"Ctrl+Y":
description: "Redo last undone action"
"Ctrl+A":
description: "Select all items"
"Ctrl+F":
description: "Find items in current document or window"
"F3":
description: "Find next occurrence of searched item"
"Shift+F3":
description: "Find previous occurrence of searched item"
"File and App Management":
"Ctrl+N":
description: "Open new window or document"
"Ctrl+O":
description: "Open selected item or display dialog to choose file to open"
"Ctrl+S":
description: "Save current document"
"Ctrl+W":
description: "Close current window"
"Alt+F4":
description: "Quit current application"
"Alt+Tab":
description: "Switch between open apps"
"Alt+Shift+Tab":
description: "Switch to previous app in Alt+Tab order"
System:
"Win+S":
description: "Open Search"
"Win+.":
description: "Open emoji panel"
"Ctrl+Shift+Esc":
description: "Open Task Manager"
"Win+D":
description: "Show desktop"
"Win+PrtScn":
description: "Take a screenshot of the entire screen and save it"
"Win+Shift+S":
description: "Take a screenshot of selected area"
"Text Editing":
"Ctrl+B":
description: "Bold selected text"
"Ctrl+I":
description: "Italicize selected text"
"Ctrl+U":
description: "Underline selected text"
"End":
description: "Move cursor to end of current line"
"Home":
description: "Move cursor to beginning of current line"
"Ctrl+Home":
description: "Move cursor to beginning of document"
"Ctrl+End":
description: "Move cursor to end of document"
"Ctrl+Right":
description: "Move cursor to the beginning of the next word"
"Ctrl+Left":
description: "Move cursor to the beginning of the previous word"
"File Explorer":
"Ctrl+Shift+N":
description: "Create new folder"
"Delete":
description: "Move selected item to Recycle Bin"
"Shift+Delete":
description: "Permanently delete selected item"
"F2":
description: "Rename selected item"
"Alt+Enter":
description: "View properties of selected item"
"Web Browsing":
"Ctrl+T":
description: "Open new tab"
"Ctrl+Shift+T":
description: "Reopen last closed tab"
"Ctrl+L":
description: "Select address bar"
"F5":
description: "Reload current page"
"Alt+Left":
description: "Go back to previous page"
"Alt+Right":
description: "Go forward to next page"
"Win Specific":
"Win+E":
description: "Open File Explorer"
"Win+I":
description: "Open Settings"
"Win+L":
description: "Lock your PC"
"Win+R":
description: "Open Run dialog"
"Win+X":
description: "Open Quick Access Menu"
"Win+Tab":
description: "Open Task View"
"Win+Up":
description: "Maximize the current window"
"Win+Down":
description: "Minimize the current window or restore a maximized window"
"Win+Left":
description: "Snap current window to the left half of the screen"
"Win+Right":
description: "Snap current window to the right half of the screen"