Inksy is a minimalist drawing application with a focus on ergonomics, primarily intended for notetaking.
Inksy is currently in an early stage of development, so file formats are not final—upgrade versions at your own risk!
- Supported Platforms: Windows.
- Pressure-sensitive drawing with Wintab-compatible tablets.
- Image pasting (PNG, BMP).
A selection of useful shortcuts are listed below:
- Tabbed navigation (
Ctrl-N
,Ctrl-W
,Ctrl-←
,Ctrl-→
). - Save (
Ctrl-S
Ctrl-Shift-S
) and load (Ctrl-O
). - Pan (
Space-Drag
), zoom (Ctrl-Space-Drag
), and tilt (Shift-Space-Drag
). - Tools: select (
S
), pen (B
), translate (T
), scale (Ctrl-R
), rotate (Shift-R
). - Undo (
Z
) and redo (Shift-Z
). - Copy (
Ctrl-C
) and paste (Ctrl-V
). - Color picking (
Tab
). - Toggle full screen (
Ctrl-Shift-F
). - Debug view (
F3
).
Configuring the editor can be done through creating a configuration file at %appdata%\inksy\inksy.kdl
in KDL:
default-canvas-color 0x12 0x12 0x12
default-stroke-color 0xff 0xff 0xff
default-stroke-radius 4.0
The source code of Inksy is distributed under the terms of the Mozilla Public License 2.0.
Other resources, including fonts and images, are colocated with their license information within this repository.
See /LICENSES/ for details.