MCPcopy Create free account
hub / github.com/ccMSC/ckb / patchISO

Function patchISO

src/ckb/keymap.cpp:116–118  ·  view source on GitHub ↗

Patch a key map for ANSI/ISO layout

Source from the content-addressed store, hash-verified

114
115// Patch a key map for ANSI/ISO layout
116static void patchISO(QHash<QString, Key>& map){
117 map.remove("bslash");
118}
119static void patchANSI(QHash<QString, Key>& map){
120 map.remove("bslash_iso");
121 map.remove("hash");

Callers 1

getMapFunction · 0.85

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected