Overview
Different programming languages use different symbols heavily. Provide optimized symbol layers.
Examples
- Python/Ruby —
:, _, #, @, def, ->
- JavaScript/TypeScript —
{}, =>, ===, $\{\}, ()
- Rust/C++ —
::, ->, <>, &, *, ||
- HTML/CSS —
</>, class="", {}, #, .
- SQL —
SELECT, FROM, WHERE, JOIN as macros
Why this matters
No keyboard tool thinks about layouts from a programming language perspective. This is unique and immediately useful.
Overview
Different programming languages use different symbols heavily. Provide optimized symbol layers.
Examples
:,_,#,@,def,->{},=>,===,$\{\},()::,->,<>,&,*,||</>,class="",{},#,.SELECT,FROM,WHERE,JOINas macrosWhy this matters
No keyboard tool thinks about layouts from a programming language perspective. This is unique and immediately useful.