Fix example keyboard support

This commit is contained in:
Tessa Kelly 2020-11-20 10:42:26 -08:00
parent 16d95ef9c5
commit 8343bb06b0

View File

@ -39,13 +39,13 @@ example =
, categories = [ Layout ]
, atomicDesignType = Atom
, keyboardSupport =
[ { keys = [ Arrow KeyboardSupport.Left ]
[ { keys = [ Arrow Left ]
, result = "Move the focus & select the radio button to the left"
}
, { keys = [ Arrow KeyboardSupport.Right ]
, { keys = [ Arrow Right ]
, result = "Move the focus & select the radio button to the right"
}
, { keys = [ Arrow KeyboardSupport.Space ]
, { keys = [ Space ]
, result = "Select the current radio button"
}
]