Skip to content

AutoHotkey v1.1 scripts for keyboard shortcuts, navigation, and symbol input.

Notifications You must be signed in to change notification settings

Johannes-T-E/AutoHotkey_Scripts

Repository files navigation

AutoHotkey Scripts v1.1

I don't use CapsLock for typing, so I remapped it as a modifier for shortcuts.

This is a collection of my AutoHotkey scripts (v1.1), organized into three parts:

Files

  1. autohotkey_main.ahk: The primary script containing core key mappings and navigation shortcuts.
  2. greek_symbols_shifttalt.ahk: Script for inserting Greek symbols using Shift + Alt combinations.
  3. sub_and_superscript_ctrlshift-sb.ahk: Script for inserting subscript and superscript characters using Ctrl + Shift.

Features

1. Navigation Shortcuts

  • CapsLock + L = Right
  • CapsLock + I = Up
  • CapsLock + K = Down
  • CapsLock + J = Left
  • CapsLock + U = Home
  • CapsLock + O = End
  • CapsLock + N = Page Up
  • CapsLock + M = Page Down

2. Numpad Navigation Shortcuts

  • CapsLock + Numpad 8 = Up
  • CapsLock + Numpad 6 = Right
  • CapsLock + Numpad 5 = Down
  • CapsLock + Numpad 4 = Left

3. Auto Brackets

  • Alt + J = Inserts () and moves the cursor inside
  • Alt + K = Inserts [] and moves the cursor inside
  • Alt + L = Inserts {} and moves the cursor inside

4. Greek Symbols

  • Alt + Shift + S = σ (Sigma)
  • Alt + Shift + T = τ (Tau)
  • Alt + Shift + N = η (Eta)
  • Alt + Shift + C + B = θ (Theta)
  • Alt + Shift + A = α (Alpha)

5. Superscript and Subscript Characters

  • Ctrl + Shift + S = Type superscript characters (1-9, 0)
  • Ctrl + Shift + B = Type subscript characters (1-9, 0)

Installation

Prerequisites

Ensure you have AutoHotkey v1.1 installed on your system. You can download the latest version from the official website:

How to Use

  1. Download or Clone this Repository: Download the files from this repository or clone the repo using Git.
  2. Run the Script: Right-click on the script file (e.g., autohotkey_main.ahk) and select Run Script to start the AHK script.
  3. Configure Hotkeys: Modify the script if you'd like to change the hotkeys or add more custom shortcuts.

About

AutoHotkey v1.1 scripts for keyboard shortcuts, navigation, and symbol input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published