tadashi-aikawa / spinal-reflex-bindings-template

This repository is the Autohotkey KeyCustomized Project which is applicable to only mine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spinal reflex bindings template

機能

思考の速度で操作するためのキーバインドセットです😄

これはtadashi-aikawaが普段使用しているものです。テンプレートやフレームワーク、ライブラリではありません。

  • 仮想キーボード
  • コンビネーションキー
  • マウスジェスチャー
  • アプリケーションごとの設定変更

必要な環境

インストール

$ git clone https://github.com/tadashi-aikawa/spinal-reflex-bindings-template.git

設定ファイル作成

ディレクトリの中に移動してSettings.iniを作ります。

FILE.nameにはsettings配下のファイル名(拡張子なし)を指定します。

[FILE]
name = home-ultra-wide

実行

Main.ahkを実行します。

ファイル構成

  • Main.ahk
    • エントリポイント
  • AppUtils.ahk
    • ユーティリティ
    • このスクリプトは何よりも先にincludeされる必要があります
  • ModeController.ahk
    • 仮想キーボードのモード制御
  • MouseGesture.ahk
    • マウスジェスチャーの実装
  • MouseUtils.ahk
    • マウス操作のユーティリティ
  • Command.ahk
    • 複雑なコマンドのラッパ
  • keybindings (Directory)
    • Alphabets.ahk
      • アルファベットに関するキーバインド設定
    • Numbers.ahk
      • 数字に関するキーバインド設定
    • Symbols.ahk
      • 記号に関するキーバインド設定
    • Others.ahk
      • その他キーバインド設定
    • Gesture.ahk
      • マウスジェスチャーのバインド設定
  • settings (Directory)
    • 環境毎の設定ファイル保存場所.

ライセンス

MIT

  • 詳細はLICENSE.txtをご覧下さい

About

This repository is the Autohotkey KeyCustomized Project which is applicable to only mine.

License:MIT License


Languages

Language:AutoHotkey 100.0%