Skip to content

A C++ implementation of the Colemak keyboard layout on Windows

Notifications You must be signed in to change notification settings

tristanlabelle/colemak3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Colemak3

This project aims to provide source code and eventually binary distributions implementing the Colemak keyboard layout on Windows.

The current default implementation of Colemak is an opaque Colemak2.dll binary file, which does not include the caps to backspace remapping and of which no arm64 version exists.

Since keyboard layouts on Windows are DLLs exporting static data structures, it should be possible to decompile the existing DLL into C++ code, tweak it as necessary, and rebuild it for all architectures.

About

A C++ implementation of the Colemak keyboard layout on Windows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages