MCPcopy Create free account
hub / github.com/BambooTracker/BambooTracker / setCustomLayoutKeys

Method setCustomLayoutKeys

BambooTracker/configuration.cpp:757–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757void Configuration::setCustomLayoutKeys(const std::unordered_map<std::string, JamKey>& mapping)
758{
759 mappingLayouts[KeyboardLayout::Custom] = mapping;
760}
761
762std::unordered_map<std::string, JamKey> Configuration::getCustomLayoutKeys() const
763{

Callers 2

loadConfigurationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected