Skip to content

chinkiko/CapslockAsSuperKeyForPC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

What is this project

This project origins as I was trying to immigrant my key bindings on Mac with Karabiner for PC with Autohotkey. I was very used to the idea of super key brought by Vonng's Capslock project so that I decide to create a simplified mirror in Autohotkey. Credits should also go to the Stackoverflow question that I learned how to map Capslock key to a Hyper key.

Usage

To use this script is very easy, simply run the SuperKey4WinWithAutoHotKey.awk file with your AutoHotkey.

Vonng's Mapping (Not all implemented in this project!)

Manual

With this script, you are able to do the following:

  • Exchange Grave(`) key and Escape (ESC) key.
  • Batch Navigation
    • Capslock + a -> Home
    • Capslock + e -> End
    • Capslock + s -> Previous Word
    • Capslock + d -> Next Word
  • Vim Navigation
    • Capslock + h -> Left
    • Capslock + l -> Right
    • Capslock + k -> Up
    • Capslock + j -> Down
  • Page Navigation
    • Capslock + u -> Home
    • Capslock + p -> End
    • Capslock + i -> Page Up
    • Capslock + o -> Page Down
  • Delete
    • Capslock + n -> Delete Previous Word
    • Capslock + m -> Delete Previous Character
    • Capslock + , -> Delete Next Character
    • Capslock + . -> Delete Next Word
  • Operation
    • Capslock + c -> Copy
    • Capslock + v -> Paste

About

This a AutoHotkey based alternative for Vonng/Capslock, which turns your capslock key to a super useful key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Awk 100.0%