MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / initSkipReleaseModifiersKeysList

Method initSkipReleaseModifiersKeysList

QKeyMapper/qkeymapper_worker.cpp:19677–19684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19675
19676#if 0
19677void QKeyMapper_Worker::initSkipReleaseModifiersKeysList()
19678{
19679 skipReleaseModifiersKeysList = QStringList() \
19680 << "VolumeMute"
19681 << "VolumeDown"
19682 << "VolumeUp"
19683 ;
19684}
19685#endif
19686
19687#ifdef VIGEM_CLIENT_SUPPORT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected