Help for this page

Select Code to Download


  1. or download this
    LRESULT CALLBACK HookCallback(int nCode, WPARAM wParam, LPARAM lParam)
    +;
    void processKey();
    void register_hook();
    void unregister_hook();
    void MsgLoop();
    
  2. or download this
    typedef struct delayed {
        INPUT data;
    ...
    void send_cmd(int time, byte vkcode);
    void sendDelayedKeys();
    void paste_from_clpb(int dk)
    
  3. or download this
    #include <windows.h>
    #include <WinAble.h>
    ...
              SendInput(size,i,sizeof(INPUT)); 
        
    }
    
  4. or download this
    const wchar_t * T_WCHAR
    byte    T_U_CHAR
    ...
        }
    T_U_CHAR
        sv_setuv($arg, (UV)$var);
    
  5. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
    void
    paste_from_clpb(dk)
        int dk
    
  6. or download this
    
    use ExtUtils::MakeMaker;
    ...
        # OBJECT            => '$(O_FILES)', # link all the C files too
    );
    
  7. or download this
    package Win32::Shortkeys::Kbh;
    
    ...
    
    =cut
    
  8. or download this
    use lib qw(./lib ./blib/arch/auto/Win32/Shortkeys/Kbh);
    #use blib;
    ...
        });
    register_hook();
    MsgLoop();