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