Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deskflow/deskflow
/ setLanguageData
Method
setLanguageData
src/lib/deskflow/KeyMap.cpp:296–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
}
295
296
void KeyMap::setLanguageData(std::vector<std::string> layouts)
297
{
298
m_keyboardLayouts = std::move(layouts);
299
}
300
301
int32_t KeyMap::getLanguageGroupID(int32_t group, const std::string &lang) const
302
{
Callers
1
KeyState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected