Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccMSC/ckb
/ keyMap
Method
keyMap
src/ckb/kbprofile.cpp:85–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void KbProfile::keyMap(const KeyMap& newKeyMap){
86
_keyMap = newKeyMap;
87
foreach(KbMode* mode, _modes)
88
mode->keyMap(newKeyMap);
89
setNeedsUpdate();
90
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected