ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/keyboard.h
(Generate patch)

Comparing rxvt-unicode/src/keyboard.h (file contents):
Revision 1.15 by sf-exg, Sat Apr 30 19:21:45 2011 UTC vs.
Revision 1.16 by sf-exg, Sat May 7 18:29:18 2011 UTC

69 keyboard_manager (); 69 keyboard_manager ();
70 ~keyboard_manager (); 70 ~keyboard_manager ();
71 71
72 void clear (); 72 void clear ();
73 void register_user_translation (KeySym keysym, unsigned int state, const char *trans); 73 void register_user_translation (KeySym keysym, unsigned int state, const char *trans);
74 void register_translation (KeySym keysym, unsigned int state, char *translation);
74 void register_done (); // call this to make newly registered keymaps take effect 75 void register_done (); // call this to make newly registered keymaps take effect
75 bool dispatch (rxvt_term *term, KeySym keysym, unsigned int state); 76 bool dispatch (rxvt_term *term, KeySym keysym, unsigned int state);
76 77
77private: 78private:
78 void register_keymap (keysym_t *key); 79 void register_keymap (keysym_t *key);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines