Skip to content

itzzexcel/winq-remapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winq-remapper

A simple C++ executable that remaps the Windows + Q key to close the current Window, same as some Hyprland configurations.

Compiling

Must compile using GCC from mingw64.

g++ -std=c++23 -static -mwindows -o wnq-rmp.exe main.cpp -luser32 -ladvapi32

Features

  • Automatically puts itself in the startup folder
  • No elevation required
  • Lightweight (~0.7MB Memory Usage)
  • No configuration required

Arguments

  • Mode argument (--mode <mode>)
    • default (default)
    • hover (can close the current hovered window)
    • hovfocus (WIP: focuses the window when you hover above it)
  • Force keybind argument (--enable-force-keybind)
    • WIP: Can forcely close processes using the Windows + Shift + Q key
  • Uninstall argument (--uninstall)
  • Debug argument (--debug)

TODOs

  • Add task scheduler implementation (high priority)

Under the MIT License


— Made with love by Excel. <3

About

A simple C++ executable that remaps the Meta + Q key to close the focused Window.

Topics

Resources

License

Stars

Watchers

Forks

Languages