?? readme.txt
字號:
========================================================================
WIN32 APPLICATION : keytest22
========================================================================
Name: keytest22
====
What is it: Displays the message sent to the system, along with the the wParam
and the lParam for each keystroke made with the Stylus.
==========
Features:
========
You need to select (Show\WM_XXXXX) the WM_XXXXX messages that you want to track
and view.
Menu Custom Data:
================
/////////////////////////////////////////////////////////////////////////////
//
// Data
//
IDM_MAIN_MENU RCDATA DISCARDABLE
BEGIN
//Popup menu name
IDM_MAIN_MENU,
//Count of items to put on the menu (er... toolbar)
1
I_IMAGENONE, IDM_MAIN_MENUITEM1, TBSTATE_ENABLED,
TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE,
IDS_MAIN_MENUITEM1, 0, 0, //First popup menu
END
*template
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -