when disable default hotkey(combo and single) in ini file , all custom hotkey not work
Closed this issue · 3 comments
Deleted user commented
when disable default hotkey(combo and single) in ini file , all custom hotkey not work .
ver : 0.5.5.2
magicstep commented
Thanks for notifying me,
I found that only this line is causing the problem:
EnableBuiltInHotkeys=0
The glitch is only when you disable single hotkeys. I know a way to fix it
but it takes some code and time. I think I will just remove the disabling
option for single hotkeys. I don't think anyone will use it. It is possible
to remap to <None> in the ini file.
However disabling the combo keys is good and I think this is what you asked
for. Is that true?
EnableBuiltInComboHotkeys=0
…On Sun, 17 Oct 2021 at 04:23, Cindaralle ***@***.***> wrote:
when disable default hotkey(combo and single) in ini file , all custom
hotkey not work .
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGWO4XU6M7QSJAEZVQLG6NTUHI6RTANCNFSM5GEKNVEA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
Deleted user commented
On my side, just set EnableBuiltInComboHotkeys=0
and still have the result that all custom combohotkey not work
Deleted user commented
ver : 0.5.5.3
it work !
thank a lot !