Intuiter
Globally available Vim like productivity application with a fancy mouse control. Home row keyboard mapping makes typing innovatively fast in everywhere
Install / Use
/learn @seonglae/IntuiterREADME
<p align="center">
<img src="./asset/images/button.gif"/>
</p>
<p align="center">
<img src="./asset/icons/white.png" width="100"/>
</p>
<h1 align="center">
Intuiter
</h1>
<p align="center">
<img src="https://img.shields.io/badge/Electron-based-blue?logo=electron&logoColor=white"/>
<img src="https://img.shields.io/github/languages/top/seonglae/intuiter"/>
<img src="https://badges.frapsoft.com/os/mit/mit.svg?v=103"/>
<a href="https://lgtm.com/projects/g/seonglae/intuiter/context:javascript"><img alt="undefined" src="https://img.shields.io/lgtm/grade/javascript/g/seonglae/intuiter.svg?logo=lgtm&logoWidth=18"/>
<p>
</p>
<h3 align="center">
If you Use PC, this program will definitely help you.
</h3>
<h4 align="center">
Windows global version Vim Substitute and++
</h4>
Vim and Emacs are too hard and not intuitive. So I developed new key map which can be used by not only for developers but also normal users.
- Solved the complexity of existing shortcut applications (Vim, Emacs) with an easier usage.
- Increased universality to work in any software by letting the app run in the background.
- Bound Electron and AutoHotKey by including AHK compiler in the installer which make AHK script run dynamically.
- Added a smooth mouse control on keyboard by calling Windows mouse API DLL.
- Change Windows virtual desktops directly with
Ctrl + Win + number.
Document / 사용법

Download
Or more simply, install by command
winget install intuiter
<br/>
Project Stats
Warning
This Program coulb be considered as game hack
Made with
- Daning Button
- Electron
- AHK
How to Contribute
- AHK user can contribute to
/packages/ahkCore - TS user can contribute to
/src/rendererUI - VSCode Version
AHK Builder
AutoHotkey sources can be rebuilt using the package under packages/ahk-builder:
cd packages/ahk-builder && npm run build
