mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Number pad 0 is recognized as a symbol when used as a hotkey (fixes #2277)
(cherry picked from commit 8769a5a248)
This commit is contained in:
parent
c3c28365b9
commit
45bf76b7e2
1 changed files with 2 additions and 0 deletions
|
|
@ -755,7 +755,9 @@ begin
|
|||
case Key of
|
||||
QtKey_Bar: KeySym := XK_bar; // VK_F13
|
||||
QtKey_Underscore: KeySym := XK_underscore; // VK_SLEEP
|
||||
{$IF DEFINED(LCLQT)}
|
||||
QtKey_QuoteLeft: KeySym := XK_quoteleft;
|
||||
{$ENDIF}
|
||||
else KeySym := 0;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue