mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Catch hotkeys from plugins
This commit is contained in:
parent
aa8165e0e2
commit
c4d61195a3
2 changed files with 39 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ type
|
|||
THandle = {$IFDEF CPU64}QWord{$ELSE}LongWord{$ENDIF};
|
||||
|
||||
const
|
||||
wlxInvalidHandle: THandle = THandle(-1);
|
||||
wlxInvalidHandle: THandle = THandle(0);
|
||||
|
||||
type
|
||||
tListDefaultParamStruct=record
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue