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

Method layoutNames

src/ckb/keymap.cpp:479–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479QStringList KeyMap::layoutNames(){
480 return QStringList()
481 << "Danish"
482 << "English (ISO/European)" << "English (ISO/European, Dvorak)"
483 << "English (United Kingdom)" << "English (United Kingdom, Dvorak)"
484 << "English (United States)" << "English (United States, Dvorak)"
485 << "French"
486 << "German"
487 << "Italian"
488 << "Norwegian"
489 << "Polish"
490 << "Spanish (Latin America)"
491 << "Spanish (Spain)"
492 << "Swedish";
493}
494
495KeyMap::Model KeyMap::getModel(const QString& name){
496 QString lower = name.toLower();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected