An open API service indexing awesome lists of open source software.

https://github.com/kmecpp/windowshortcuts

Assign specific windows to specific keyboard shortcuts for easy switching between windows
https://github.com/kmecpp/windowshortcuts

Last synced: 20 days ago
JSON representation

Assign specific windows to specific keyboard shortcuts for easy switching between windows

Awesome Lists containing this project

README

          

# WindowShortcuts
- Adds shortcut keys to assign certain windows to certain shortcut keys

# Permanent Installation
- Download and extract the project to a permanent spot on your computer
- Shift right click on the main.py file and click "Copy as path"
- Right click on the file and click "Create shortcut" in the menu
- Right click on the shortcut and click "Properties"
- Replace the "Target" field with "pythonw \" where \ is the path that you copied in step 2
- Type "Windows Key + R", enter "shell:startup"
- Move your shortcut and the WindowSortcuts.ahk file into the shell:startup folder
- Right click on both of the files you copied or restart your computer

# Usage
- "ctrl + alt + \" - Assigns the current window to the given number
- "ctrl + \" - switch to the window assigned the given number

## TODO:
- Add keybinds to open or switch to specific folders
- Permanent keybinds that persist across restarts
- Disable conflicting existing keybinds
- Find a decent keybind library. Current one goes insane when using ctrl alt down, others are annoying or impossible to use with control keys. Ideally one exists that can override any existing keybinds
- Configurable shortcuts