GetNPPPluginInstance.SendToNppScintilla(SCI_CLEARCMDKEY, 【這里不會寫】);
官方檔案這樣寫的。用到lazarus里面,不會用了!
SCI_ASSIGNCMDKEY(int keyDefinition, int sciCommand)
SCI_CLEARCMDKEY(int keyDefinition)
SCI_CLEARALLCMDKEYS
SCI_NULL
keyDefinition
A key definition contains the key code in the low 16-bits and the key modifiers in the high 16-bits. To combine keyCode and keyMod set:
keyDefinition = keyCode + (keyMod << 16)
原notepad++ 有 ctrl+s 快捷鍵保存,,我想這個快捷鍵,執行自己的代碼。
uj5u.com熱心網友回復:
lazarus 研究的人太少了,建議你 研究一下DELPHI或者C#之類的吧,這兩款軟體 網路教程會多一些的
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/17645.html
標籤:非技術區
上一篇:TXT、EXCEL、CSV檔案末尾添加資料怎么搞啊???
下一篇:哪里有Delphi XE10下載
