Class: KeyboardBattle::Keyboard::Colemak

Inherits:
KeyboardBattle::Keyboard show all
Defined in:
lib/keyboard_battle/keyboard.rb

Constant Summary collapse

NAME =
"colemak"
LEFT_KEYS =
%w(` 1 2 3 4 5 6 q w f p g a r  s t d z x c v b ~ ! @ # $ % ^ Q W F P G A R S T D Z X C V B)
RIGHT_KEYS =
%w(7 8 9 0 - = j l u y : [ ] \\ h n e i o ' k m , . / & * ( ) _ + J L U Y ; { } | H N E I O " K M < > ?)
COMBINED_KEYS =
LEFT_KEYS + RIGHT_KEYS
MAP =

Constants inherited from KeyboardBattle::Keyboard

COMBINED_EFFORT, LEFT_EFFORT, RIGHT_EFFORT

Method Summary

Methods inherited from KeyboardBattle::Keyboard

all