Skip to content

dpi0/ahk_launcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG

Demo GIF

Table of Contents

Requirements

AutoHotKey Installation: Download AutoHotKey v1.1 or winget install --id=AutoHotkey.AutoHotkey -v "1.1.37.02" -e

Usage

  1. Run run.ahk (this script runs in the background).
  2. Press Ctrl + Space to access the launcher.
  3. Check out launcher_commands.ahk for adding your custom commands.

NOTE: By default launcher_gui.ahk, launcher_commands.ahk , and run.ahk are in the same directory, edit the # include in run.ahk and launcher_gui.ahk to your needs.

Code Changes Overview

  1. Structure Enhancement: Organized code into two files for the launcher and custom commands, improving clarity.

  2. Simplified User Commands: Enhanced readability by refining switch cases and adding necessary functions for clarity.

  3. Tooltip Functions Removal: Eliminated unnecessary Tooltip functions in launcher_gui.ahk, for a cleaner codebase.

  4. GUI Refinement:

    • Removed emojis and images for a minimalist design.
    • Ensured a coherent color scheme by removing unused colors.
    • Adjusted margin, font size, and colors for a consistent appearance.

Contents of launcher_commands.ahk

The script now offers three key functionalities:

  1. Search Engine Querying: Easily query any search engine by inputting your search term.

  2. URL Handling: Effortlessly open URLs by providing the link.

  3. Folder Access: Navigate through your operating system's folders swiftly and efficiently.

Packages

No packages published

Languages

  • AutoHotkey 100.0%