master
Stefan Dorn 2016-06-14 12:23:05 +01:00
parent f9a4c2551d
commit e8c5f2a69d
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class Key
raise "type not found: #{type}" if up.nil? or down.nil?
case type
when "layer", "stitcky"
when "layer", "sticky"
raise "invalid layer: #{key}" unless key.to_i < Key::Layers.size
when "mod", "sticky_mod"
raise "invalid modifier: #{key}" unless keycode.start_with? "MOD_KEY"