You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Hey Quick Keyboard
1
+
# Hey Quick Keyboard v1.1
2
2
3
3
Hey Quick Keyboard is an AutoHotkey script that adds useful shortcuts and improves computer usability on Windows. With this script, you can use the numpad keys, tab keys, screenshot key, power keys, mouse keys, and more with different key combinations on your keyboard. For laptop users, it allows effortless navigation in 3D modeling software through keyboard shortcuts that simulate mouse middle-click and numpad functions.
4
4
@@ -14,7 +14,7 @@ Hey Quick Keyboard is an AutoHotkey script that adds useful shortcuts and improv
14
14
- To take a screenshot of the entire screen and saves it to the Pictures\Screenshots folder, you can use PrtSc. And Ctrl + PrtSc takes a screenshot and copies it to the clipboard.
15
15
- For Windows operations, Ctrl + Alt + F4 force quit the active window, Win + F5 restarts Explorer and clears temp files.
16
16
- For power operations, Win + F1 opens hibernate timer, Win + F2 opens restart timer, Win + F3 opens sleep timer, Win + F4 opens shutsdown timer and Win + F6 opens logout timer.
17
-
- For mouse operations, you can use the Menu Key as a middle click and use Left Alt + arrow keys as a scroll wheel.
17
+
- For mouse operations, you can use the Menu Key as a middle click and Left Alt + arrow keys as a scroll wheel for mouse operations. To move the mouse, use RCtrl + Arrows. To click, use RCtrl + Z for left click, RCtrl + Y for middle click, and RCtrl + C for right click.
18
18
19
19
## Installation
20
20
@@ -45,18 +45,25 @@ You can find all the shortcuts that this script provides in the [Shortcuts](#sho
45
45
| PrtSc | Win + PrtSc | Take a screenshot and save it in the Pictures folder |
46
46
| Ctrl + PrtSc | PrtSc | Take a screenshot and copy it to the clipboard |
47
47
|**Windows**| Manage windows or tasks | Close, restart, or clear windows or processes |
48
+
| Win + F | Quick Search | Search selected text on google |
49
+
| Win + T | Quick Translate | Translate selected text with google translate |
48
50
| Ctrl + Alt + F4 | Taskkill | Force quit the current window or application |
49
51
| Win + F5 | Restart Explorer | Restart the Explorer to refresh the desktop and taskbar |
0 commit comments