dcop-bingings
来自「chm阅读器 用于在linux系统下chm文档的阅读」· 代码 · 共 23 行
TXT
23 行
kchmviewer supports the following DCOP bindings:Interface name: KCHMDCOPIfaceBingings: // Loads a CHM file filename , and opens the URL url. Use URL "/" to open default homepage void loadHelpFile( String filename, String url ); // Opens a specific url inside the loaded CHM file void openPage( String url ); // Tries to find word in index, opening the index window and scrolling it there void guiFindInIndex( String word ); // Executes a search in GUI. query contains the complete search query. void guiSearchQuery( String query ); // Executes a search; GUI is not involved and user sees nothing. // query contains the complete search query. // Returns a list of URLs, or empty array if nothing os StringList searchQuery( String query );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?