Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Just a simple Script to allow you to trigger python scripts like macros by typing text on the keyboard

Notifications You must be signed in to change notification settings

noname28439/ExitShortcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

13 Commits

Repository files navigation

ExitShortcut

Just a simple script to allow you to trigger python scripts like makros by typing text on the keyboard.

Intallation:

  1. install Python3 (from the official python page)
  2. Install pip (Download & Run get-pip.py that you will find when searching "python install pip" on Google)
  3. install the required python libraries using "pip install -r requirements.txt"

Usage:

  1. Simply ExitShortcut.py
  2. Just type whatever command you want to use in any window (not the command Prompt as it will exit on enter)
  3. Press Ctrl + Shift + Enter to execute the last typed Command

Default commands:

  • hide: Hide the active window
  • show: Reopen the last hidden windows (Press Ctrl + Shift + Enter multiple times to reopen all)
  • showall: Reopen all hidden windows
  • exit: Close the active window

Create your own commands:

  • create a python file in the commands folder
  • define a fuction starting with cmd_ that will be executed when the string after the underscore is entered (the maximal command lenght is defined in ExitShortcut.py)

About

Just a simple Script to allow you to trigger python scripts like macros by typing text on the keyboard

Topics

Resources

Stars

Watchers

Forks

Languages

AltStyle によって変換されたページ (->オリジナル) /