curipha / ahkscripts

AutoHotkey scripts for AutoHotkey (Unicode)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ahkscripts

AutoHotkey scripts for AutoHotkey (Unicode).

About scripts

my.ahk

My key configuration for general purpose.

  • Open Desktop with Win+E (Default is My Computer)
  • Remap CapsLock to Tab for JIS keyboard
  • Assign Ctrl+Shift+V to paste as plain text (paste without any formatting)
  • Remap Ctrl+D to Ctrl+F on Google Chrome to prevent from adding to bookmark accidentally
  • etc...

my_office.ahk

AHK script used in office. (This script should be used with my.ahk.)

  • Remap F1 to Esc since F1 help is no use ;p
  • Remap Ctrl+/ to Ctrl+/ + / on SAP GUI
  • Ctrl+- sends Shift+- on Lotus Notes (Shift+- means just = on JIS keyboard)

SAP is an Enterprise Resource Planning software by SAP AG. Lotus Notes is a Collaborative software by IBM. They are the typical software currently used in the private enterprise.

sap_launcher.ahk

Front-end of sapshcut.exe bundled with SAP GUI.

When you hit Ctrl twice quickly, a form appears in the upper-left corner of your screen. You can enter a command for starting new SAP GUI session.

You can customize key mappings by changing keymap variables in sap_launcher.ini.ahk. For more details of customizing of key mapping, see the code. Do not forget to install sap_launcher.ini.ahk in the same directory as sap_launcher.ahk. Otherwise, sap_launcher.ahk will not start.

To see the current key mapping, hit h on the form.

Remarks

IME.ahk is originally distributed at eamat @Cabinet.

Links

About

AutoHotkey scripts for AutoHotkey (Unicode)

License:The Unlicense


Languages

Language:AutoHotkey 100.0%