mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-27 13:02:42 +03:00
Update the keyboard support notes
This commit is contained in:
parent
814fc0cc51
commit
ca714c5775
@ -72,10 +72,15 @@ example =
|
||||
, categories = [ Widgets, Layout ]
|
||||
, atomicDesignType = Molecule
|
||||
, keyboardSupport =
|
||||
[ { keys = [ Enter ], result = "Select the focused control" }
|
||||
, { keys = [ Space ], result = "Select the focused control" }
|
||||
, { keys = [ Tab ], result = "Focus the next focusable element" }
|
||||
, { keys = [ Tab, Shift ], result = "Focus the previous focusable element" }
|
||||
[ { keys = [ KeyboardSupport.Tab ]
|
||||
, result = "Move focus to the currently-selected Control's content"
|
||||
}
|
||||
, { keys = [ Arrow KeyboardSupport.Left ]
|
||||
, result = "Select the Control to the left of the current selection"
|
||||
}
|
||||
, { keys = [ Arrow KeyboardSupport.Right ]
|
||||
, result = "Select the Control to the right of the current selection"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -107,7 +107,7 @@ example =
|
||||
, atomicDesignType = Molecule
|
||||
, keyboardSupport =
|
||||
[ { keys = [ KeyboardSupport.Tab ]
|
||||
, result = "Move focus to and from the currently-selected Tab"
|
||||
, result = "Move focus to the currently-selected Tab's tab panel"
|
||||
}
|
||||
, { keys = [ Arrow KeyboardSupport.Left ]
|
||||
, result = "Select the tab to the left of the currently-selected Tab"
|
||||
|
Loading…
Reference in New Issue
Block a user