/[winpt]/trunk/Include/wptHotkey.h
ViewVC logotype

Diff of /trunk/Include/wptHotkey.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 328 by twoaday, Mon Mar 6 14:41:58 2006 UTC revision 329 by twoaday, Fri Sep 25 16:08:14 2009 UTC
# Line 12  Line 12 
12   * but WITHOUT ANY WARRANTY; without even the implied warranty of   * but WITHOUT ANY WARRANTY; without even the implied warranty of
13   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14   * General Public License for more details.   * General Public License for more details.
  *  
  * You should have received a copy of the GNU General Public License  
  * along with WinPT; if not, write to the Free Software Foundation,  
  * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
15   */   */
16  #ifndef WPT_HOTKEY_H  #ifndef WPT_HOTKEY_H
17  #define WPT_HOTKEY_H  #define WPT_HOTKEY_H
18    
19  /* Hotkey IDs. */  /* Hotkey IDs. */
20  enum hotkey_id_t {  enum hotkey_id_t {
21        // clipboard based
22      WPT_CLIP_ENCRYPT_ID           = 0x3000,      WPT_CLIP_ENCRYPT_ID           = 0x3000,
23      WPT_CLIP_DECRYPT_VERIFY_ID    = 0x3001,      WPT_CLIP_DECRYPT_VERIFY_ID    = 0x3001,
24      WPT_CLIP_SIGN_ID              = 0x3002,      WPT_CLIP_SIGN_ID              = 0x3002,
25      WPT_CLIP_SIGN_ENCRYPT_ID      = 0x3003,      WPT_CLIP_SIGN_ENCRYPT_ID      = 0x3003,
26        // current window based
27      WPT_CURRWND_ENCRYPT_ID        = 0x4000,      WPT_CURRWND_ENCRYPT_ID        = 0x4000,
28      WPT_CURRWND_DECRYPT_VERIFY_ID = 0x4001,      WPT_CURRWND_DECRYPT_VERIFY_ID = 0x4001,
29      WPT_CURRWND_SIGN_ID           = 0x4002,      WPT_CURRWND_SIGN_ID           = 0x4002,
30      WPT_CURRWND_SIGN_ENCRYPT_ID   = 0x4003,      WPT_CURRWND_SIGN_ENCRYPT_ID   = 0x4003,
31        // 'agent' hotkey
32      WPT_AGENT_FORGET_ID           = 0x5000,      WPT_AGENT_FORGET_ID           = 0x5000,
33  };  };
34    

Legend:
Removed from v.328  
changed lines
  Added in v.329

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26