Module: Shunkuntype

Defined in:
lib/shunkuntype.rb,
lib/shunkuntype/version.rb

Constant Summary collapse

DATA_DIR =
File.join(ENV['HOME'], '.shunkuntype')
TRAINING_FILE =
File.join(DATA_DIR, "training_data.txt")
SPEED_FILE =
File.join(DATA_DIR, "speed_data.txt")
VERSION =
"1.1.2"

Class Method Summary collapse

Class Method Details



14
15
16
17
18
19
20
21
# File 'lib/shunkuntype.rb', line 14

def self.print_keyboard
  content = <<-EOF
 q \\ w \\ e \\ r t \\ y u \\ i \\ o \\ p
a \\ s \\ d \\ f g \\ h j \\ k \\ l \\ ; enter
sh z \\ x \\ c \\ v b \\ n m \\ , \\\ . \\  shift
EOF
  print content
end