KeyRow typedef

KeyRow = List<VirtualKey>

A row of keys in a keyboard layout.

Implementation

typedef KeyRow = List<VirtualKey>;