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
+25-21Lines changed: 25 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Hey Quick Keyboard v1.1
1
+
# Hey Quick Keyboard v1.2
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
@@ -16,6 +16,7 @@ Hey Quick Keyboard is an AutoHotkey script that adds useful shortcuts and improv
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
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
- You can turn off the screen witg Win + F12 and turn it on with Win + ESC.
19
+
- You can quickly ask questions to the AI with Windows + C via [Hey Chat VBS](https://github.com/JahnStar/Hey-Chat-VBS) and play a role in MsgBox.
19
20
20
21
## Installation
21
22
@@ -28,44 +29,47 @@ You can find all the shortcuts that this script provides in the [Shortcuts](#sho
28
29
## Hotkeys
29
30
30
31
| Key Combination | Function | Action |
31
-
| --------------- | -------- | ------ |
32
-
|**Numpad**| Emulate the numpad keys | Type numbers or symbols |
33
-
| Win + CapsLock | Suspend | Toggle the script on or off |
34
-
| 0-9 (without Shift, Win or AltrGr) | Numpad 0-9 | Type numbers from 0 to 9 |
35
-
| Alt + . | Numpad . | Type a decimal point |
36
-
| Alt + / | Numpad / | Type a division sign |
37
-
| Alt + - | Numpad - | Type a subtraction sign |
38
-
| Alt + , | Numpad + | Type an addition sign |
39
-
| Ctrl + - | Ctrl + Numpad - | Zoom out |
40
-
| Ctrl + , | Ctrl + Numpad + | Zoom in |
41
-
|**Tab**| Switch between windows or tabs | Cycle through open applications or browser tabs |
42
-
| Pause | Ctrl + Shift + Tab | Switch and display windows |
43
-
| PgUp | Alt + Tab | Switch to the previous window |
44
-
| PgDn | Alt + Shift + Tab | Switch to the next window |
45
-
|**Screenshot**| Capture the screen or a part of it | Save or copy an image of the screen |
46
-
| PrtSc | Win + PrtSc | Take a screenshot and save it in the Pictures folder |
47
-
| Ctrl + PrtSc | PrtSc | Take a screenshot and copy it to the clipboard |
48
-
|**Windows**| Manage windows or tasks | Close, restart, or clear windows or processes |
32
+
| ---- | ---- | ---- |
33
+
|**-Windows-**| Manage windows or tasks | Close, restart, or clear windows or processes |
34
+
| Win + C | Ask AI with [Hey Chat VBS](https://github.com/JahnStar/Hey-Chat-VBS)| Quickly ask the selected text and speak to the AI |
35
+
| Win + S | Text to Speech | Speech selected text using Narrator |
49
36
| Win + F | Quick Search | Search selected text on google |
50
37
| Win + T | Quick Translate | Translate selected text with google translate |
51
38
| Ctrl + Alt + F4 | Taskkill | Force quit the current window or application |
52
39
| Win + F5 | Restart Explorer | Restart the Explorer to refresh the desktop and taskbar |
messages=Array(Array("system","[You are an AI assistant who can role-play, developed by Halil Emre Yildiz (AKA Jahn Star) and you are running in VBScript. [Github](https://github.com/JahnStar)]"&Replace(Replace(prompt,"""","'"),vbCrLf,"\n")),Array("user",message))
MsgBox"Error Log: "&vbCrLf&ParseJSON(request.responseText,"message")&vbCrLf&vbCrLf&"If you think it's a mistake, please report the issue by visiting:"&vbCrLf&_
0 commit comments