raineorshine / qwerty-to-colemak

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).


Languages

Language:JavaScript 100.0%