https://github.com/kleqing/always-on-top
A simple script build from AHK that allow pin any application on top. Support for most windows version.
https://github.com/kleqing/always-on-top
Last synced: 3 months ago
JSON representation
A simple script build from AHK that allow pin any application on top. Support for most windows version.
- Host: GitHub
- URL: https://github.com/kleqing/always-on-top
- Owner: kleqing
- Created: 2022-12-23T13:48:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T02:15:30.000Z (over 2 years ago)
- Last Synced: 2025-01-08T08:43:23.658Z (5 months ago)
- Language: AutoHotkey
- Size: 73.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Always-on-top
*A simple script build from AHK that allow pin any application on top. Support for most windows version.*

## Usage
- Run the .exe file, choose the window that you want to focus, then press CTRL + SPACE.
- To restore to normal, just do it again.## Change the key combination, icon or application name.
- This is a open-source project, so all you need to do is:
* Make sure you already have [Auto Hot Key](https://www.autohotkey.com/) installed.
* Download (or clone) this repository, then open 'AlwaysOnTop.ahk' in notepad (recommend)
* Build your app again using (AHK Windows Spy) with your favourite name and icon *(.ico)*
- For lists of key, please check [Key Lists](https://www.autohotkey.com/docs/v1/KeyList.htm) for more infomation.## Support
- Windows 7, 8, 8.1, 10 and 11
- Windows Vista and XP (Didn't test yet)Make it run at startup?
> Open Run dialog (Windows + R)
>
> Type `shell:startup`
>
> A startup folder will open, then copy or move the `.exe` file to there.
>
> 👍 Enjoy!
>## Download
[](https://github.com/kleqing/Always-on-top/releases/latest)