Skip to content

A simple AutoHotkey script to adjust the screen brightness using keyboard shortcuts on Windows.

License

Notifications You must be signed in to change notification settings

samuelcaldas/ScreenBrightnessControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ScreenBrightnessControl

This is a simple script that allows you to adjust the brightness of your screen using keyboard shortcuts. It uses AutoHotkey, a free and open-source scripting language for Windows.

Installation

To use this script, you need to have AutoHotkey installed on your computer. Then, download or clone this repository and run the brightness.ahk file.

In the future, there will be a packaged version available as an .exe file for easier installation.

Usage

You can use the following keyboard shortcuts to control the brightness of your screen:

  • Ctrl + Alt + Up: Increase brightness by 10%
  • Ctrl + Alt + Down: Decrease brightness by 10%
  • Ctrl + Alt + Home: Set brightness to 100%
  • Ctrl + Alt + End: Set brightness to 0%

You can also customize the hotkeys and the brightness levels by editing the script.

There will also be a version available for Samsung notebook keyboards (and possibly compatible with other brands) that maps the original brightness control keys.

Updates

This script is basic and will likely receive few or no updates in the future.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple AutoHotkey script to adjust the screen brightness using keyboard shortcuts on Windows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published