MCPcopy Create free account
hub / github.com/ccMSC/ckb / model

Method model

src/ckb/keymap.h:113–113  ·  view source on GitHub ↗

Keyboard model and layout

Source from the content-addressed store, hash-verified

111
112 // Keyboard model and layout
113 inline Model model() const { return keyModel; }
114 inline Layout layout() const { return keyLayout; }
115 inline QString name() const { return (strModel() + " " + strLayout()).toUpper(); }
116

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected