Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccMSC/ckb
/ getKeyMap
Method
getKeyMap
src/ckb/kb.cpp:734–736 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
732
}
733
734
KeyMap Kb::getKeyMap(){
735
return KeyMap(_model, _layout);
736
}
737
738
void Kb::setCurrentProfile(KbProfile *profile, bool spontaneous){
739
while(profile->modeCount() < hwModeCount)
Callers
nothing calls this directly
Calls
1
KeyMap
Class · 0.85
Tested by
no test coverage detected