bEditor is a text editor written in C and runs in the CMD terminal.
- This program uses the Win32 API and is a Windows only program.
- The keybinds of this program is made for a Swedish/Scandinavian keyboard.
- All keys correlating to an ASCII character work.
- This program uses
ALT+keyinstead ofALT+SHIFT+key
Shortcuts:
CTRL+Q - Quit
CTRL+S - Save
CTRL+O - Load
CTRL+N - New document
TODO:
- Prevent keypresses from being entered as terminal commands.