MCPcopy Create free account
hub / github.com/adobe/react-spectrum / getAltKey

Function getAltKey

packages/@react-aria/test-utils/src/utils.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40});
41
42export function getAltKey(): 'Alt' | 'ControlLeft' {
43 return isMac() ? 'Alt' : 'ControlLeft';
44}
45
46export function getMetaKey(): 'MetaLeft' | 'ControlLeft' {
47 return isMac() ? 'MetaLeft' : 'ControlLeft';

Callers 8

keyboardNavigateToRowMethod · 0.90
toggleRowSelectionMethod · 0.90
keyboardNavigateToRowMethod · 0.90
toggleRowSelectionMethod · 0.90
toggleOptionSelectionMethod · 0.90
keyboardNavigateToRowMethod · 0.90
toggleRowSelectionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected