Página 1 de 1

RegisterKey & Empty Code Editor

Publicado: Mié Dic 29, 2021 6:02 pm
por Hurricane
Hi,
With an open project and empty code editor, the function is not executed when pressing keys, as with other Xailer routines, eg:
Find In Files (Ctrl+Shift+F)

Código: Seleccionar todo

::RegisterKey( MakeLong( MOD_CONTROL, VK_F12 ), {|| IF( ::IsProject(), frmVPF(), ) } )
To work, it requires clicking on another window: Object Inspector, Project Manager...

regards,