Skip to content

Look up the COLEMAK key for a given QWERTY keyboard key press (or vice versa).

Notifications You must be signed in to change notification settings

raineorshine/qwerty-to-colemak

Repository files navigation

qwerty-to-colemak

Look up the COLEMAK key for a given QWERTY keyboard key press (or vice versa).

Install

npm install qwerty-to-colemak

Usage

const { toQwerty, toColemak } = require('qwerty-to-colemak')
assert(toQwerty('s') === toColemak('d'))

About

Look up the COLEMAK key for a given QWERTY keyboard key press (or vice versa).

Topics

Resources

Stars

Watchers

Forks