Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
base
  • Loading branch information
sameerasw authored Jul 4, 2022
1 parent fa716b6 commit 3f2a88b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# numpad-macros
An AHK script I wrote to make use of the Number Pad of the laptop and some other keys while keeping its default functionality intact.

Info:
● This script is written to work on the exact device(Acer Nitro 5 2018). So key mapping and the behavior might be differ from device to device.
![image](https://user-images.githubusercontent.com/68902530/177111874-7d985a5f-0846-4300-b6f4-292439c7fd7a.png)
● Most of the application launches are mapped to the taskbar order so either your device will need to be prepared or the script will need adaptations.
![image](https://user-images.githubusercontent.com/68902530/177111740-10954bb0-b657-494c-9ca7-481ca5cdc006.png)

Features:
● Always on top : ctrl + space
● MS Edge : num 1
● File Explorer : num 2
● Nitro Sense : num 3
● Photoshop : num 4
● Telegram : num 5
● WhatsApp UWP : num 6
● Spotify : num 7
● GMail PWA : num 8
● Google Photos PWA : num 9
● Dolby Audio : pause
● Minimize : num /
● Maximize/Restore : num *
● Close/Close Tab : num -
● Alt + Tab : num 0
● Task VIew : num .
● New Tab/Window : num +
● Back/Paste/Ctrl* : mouse x1
● 2 x Click/Shift* : mouse x2
● Shutdown* : power key (num lock on)
● Fluent Search : power key (num lock off)
● Hide Taskbar (experimental) : r.alt + num del

*even active when num lock is on

0 comments on commit 3f2a88b

Please sign in to comment.