--- title: getKeyboards --- ## Summary Get details of currently installed keyboards. ## Syntax ```js keyman.getKeyboards() ``` ### Parameters None. ### Return Value `Array` : An array of specifications for the currently-installed keyboards. ## Description See [keyman.getKeyboard()](getKeyboard) for detail on the returned keyboard specification objects. ## See also - [keyman.addKeyboards()](addKeyboards)