aspe:keyoxide.org:2CC2MGC2XAW7GJQN6TDFRPMT6A
This is not a pure taipo implementation - I changed a couple keys around. Starting at line 638 is where the chords are defined, if you want to edit them.
The qwerty home row is used as the Taipo bottom row, and the one above that the top row. Qwerty C and M are backspace, and V and N are space. However, you can also just use the real spacebar if you prefer.
This code is almost entirely ripped from Plover's Linux keyboard code, so don't give much credit to me: original source code. All I wrote was the management of Taipo's chords at the bottom of the file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Standard ISRT for ANSI and ISO keyboards | |
default partial | |
xkb_symbols "basic" { | |
// the default variant has no AltGr layer and does | |
// not use CAPS as BackSpace | |
include "us(basic)" |