index
:
thogai
keyring
main
Stenotyping software for Emacs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-06-20
Implement orthography aware suffixes.
Arun Isaac
2022-06-19
Protect gemini protocol filter from interruption.
Arun Isaac
2022-06-19
Hook undo stroke into Emacs' undo system.
Arun Isaac
2022-06-19
Implement formatting cancellation operator.
Arun Isaac
2022-06-19
Introduce mode-specific maps.
Arun Isaac
2022-06-18
Rename thogai-user-dictionary-alist to thogai-global-map.
Arun Isaac
2022-06-18
Implement translations that simulate keypresses.
Arun Isaac
2022-06-18
Implement reverse lookup of dictionary.
Arun Isaac
2022-06-17
Support mapping strokes to commands.
Arun Isaac
2022-06-16
Implement capitalization carry prefix.
Arun Isaac
2022-06-16
Implement capitalization carry suffix.
Arun Isaac
2022-06-16
Implement capitalization carry.
Arun Isaac
2022-06-16
Remove suffix check for the glue operator.
Arun Isaac
2022-06-16
Implement prefixes in terms of the attach operator.
Arun Isaac
2022-06-16
Implement the glue operator in terms of the attach operator.
Arun Isaac
2022-06-16
Implement period, question mark and exclamation mark.
Arun Isaac
2022-06-16
Implement infixes in terms of prefixes and the attach operator.
Arun Isaac
2022-06-14
Rename thogai-connect to thogai-gemini-connect.
Arun Isaac
2022-06-14
Rename thogai-insert-stroke to thogai-process-stroke.
Arun Isaac
2022-06-13
Explain where to get Plover dictionaries.
Arun Isaac
2022-06-13
Delete space when reversing strokes.
Arun Isaac
2022-06-13
Carry through non-first-part-p on command translations.
Arun Isaac
2022-06-13
Implement infix translations.
Arun Isaac
2022-06-13
Insert space before glue translations.
Arun Isaac
2022-06-13
Insert space before prefix translations.
Arun Isaac
2022-06-13
Reset attach and glue state when inserting literals.
Arun Isaac
2022-06-13
Respect capitalization in prefix strings.
Arun Isaac
2022-06-12
When undoing, delete space only if there is a space.
Arun Isaac
2022-06-12
Respect capitalization in glue strings.
Arun Isaac
2022-06-12
Abstract out insertion of literal translations.
Arun Isaac
2022-06-12
Implement glue operator.
Arun Isaac
2022-06-12
Abstract out insertion of space into a separate function.
Arun Isaac
2022-06-12
README: Add README.
Arun Isaac
2022-06-12
Initial commit
Arun Isaac