Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxasm/notepad--
/ Clear
Method
Clear
src/qscint/scintilla/src/KeyMap.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void KeyMap::Clear() {
36
kmap.clear();
37
}
38
39
void KeyMap::AssignCmdKey(int key, int modifiers, unsigned int msg) {
40
kmap[KeyModifiers(key, modifiers)] = msg;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected