ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/keyboard.h
Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Mar 17 09:23:08 2015 UTC (9 years, 1 month ago) by sf-exg
Branch: MAIN
CVS Tags: HEAD, rxvt-unicode-rel-9_22, rxvt-unicode-rel-9_25, rxvt-unicode-rel-9_26, rxvt-unicode-rel-9_29, rxvt-unicode-rel-9_30
Changes since 1.29: +1 -0 lines
Diff to previous 1.29
Add perl method to lookup the action bound to a key combination.

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Jan 15 14:30:05 2015 UTC (9 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.28: +1 -0 lines
Diff to previous 1.28
Before registering a binding for a key, unregister the current binding for it, if any.

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Thu May 22 18:54:33 2014 UTC (9 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_21
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
GPLv3

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri May 2 20:35:00 2014 UTC (10 years ago) by sf-exg
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
Rename register_user_translation to register_action.

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 13:17:54 2014 UTC (10 years ago) by sf-exg
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
Implement 'builtin-string:' actions.

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Apr 26 15:05:17 2014 UTC (10 years ago) by sf-exg
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
Pass kbuf to keyboard_manager::dispatch.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 13:36:59 2012 UTC (11 years, 4 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_17, rxvt-unicode-rel-9_18, rxvt-unicode-rel-9_19, rxvt-unicode-rel-9_20
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
Fix style.

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sat Dec 3 11:31:56 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_14, rxvt-unicode-rel-9_15, rxvt-unicode-rel-9_16
Changes since 1.22: +0 -1 lines
Diff to previous 1.22
merge register_translation in register_user_translation.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 09:02:05 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Move conversion to wide character of keysym resources from
register_user_translation to parse_keysym.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Nov 30 19:52:15 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
Fix comment.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 10:50:41 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Fix comment.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 10:49:25 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.18: +0 -3 lines
Diff to previous 1.18
Merge some keyboard_manager methods in their only caller.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Nov 27 09:19:04 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Get rid of casts.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 17:43:43 2011 UTC (12 years, 11 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_12
Changes since 1.16: +0 -1 lines
Diff to previous 1.16
Remove unneeded includes.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat May 7 18:29:18 2011 UTC (13 years ago) by sf-exg
Branch: MAIN
Changes since 1.15: +1 -0 lines
Diff to previous 1.15
Restore support for 'list' keysym syntax in a less intrusive way.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Apr 30 19:21:45 2011 UTC (13 years ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_11
Changes since 1.14: +0 -6 lines
Diff to previous 1.14
Remove unused typedef.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Apr 30 18:45:38 2011 UTC (13 years ago) by sf-exg
Branch: MAIN
Changes since 1.13: +1 -2 lines
Diff to previous 1.13
Remove 'list' syntax for keysym resources, it serves no useful purpose.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Feb 21 07:41:01 2011 UTC (13 years, 2 months ago) by root
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
the pcg is now the schmorp

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Aug 24 23:57:04 2010 UTC (13 years, 8 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_09, rel-9_10
Changes since 1.11: +1 -10 lines
Diff to previous 1.11
Remove stock keymap support.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Aug 23 16:06:44 2010 UTC (13 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.10: +3 -0 lines
Diff to previous 1.10
Revert last change.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Aug 23 15:58:43 2010 UTC (13 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.9: +0 -3 lines
Diff to previous 1.9
Remove write-only variables.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Aug 23 15:09:00 2010 UTC (13 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
Fix typo budget -> bucket.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jan 10 00:44:43 2008 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
CVS Tags: before_dynamic_fontidx, dynamic_fontidx, rel-9_0, rel-9_01, rel-9_02, rel-9_05, rel-9_06, rel-9_07
Changes since 1.7: +3 -1 lines
Diff to previous 1.7
Make stock_keymap array conditional on STOCK_KEYMAP.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 22:40:35 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-7_7, rel-7_8, rel-7_9, rel-8_0, rel-8_1, rel-8_2, rel-8_3, rel-8_4, rel-8_5a, rel-8_6, rel-8_7, rel-8_8, rel-8_9
Changes since 1.6: +23 -0 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 22:41:41 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_0, rel-7_1, rel-7_2, rel-7_3, rel-7_3a, rel-7_4, rel-7_5, rel-7_6
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 15:35:43 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-6_3
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 02:09:39 2005 UTC (19 years ago) by root
Branch: MAIN
CVS Tags: rel-5_5, rel-5_7, rel-5_8, rel-5_9, rel-6_0, rel-6_1, rel-6_2
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 18:57:03 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-4_8, rel-4_9, rel-5_0, rel-5_1, rel-5_2, rel-5_3, rel-5_4
Changes since 1.2: +3 -2 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 18:05:37 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
Changes since 1.1: +26 -22 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 15:59:45 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
*** empty log message ***

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a