Files
agent/packages/uhk-web/src/app/models/ChangeKeymapDescription.ts
Róbert Kiss 02d57fdabf feat(keymap): add description to keymap (#559)
* feat(keymap): add description to keymaps

* add new feature request

* preserve new lines
2018-01-29 22:54:29 +01:00

5 lines
88 B
TypeScript

export interface ChangeKeymapDescription {
abbr: string;
description: string;
}