Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(105)

Delta Between Two Patch Sets: src/ibuskeysyms-update.pl

Issue 5517048: Merge the devel branch (Closed) Base URL: git@github.com:phuang/ibus.git@devel
Left Patch Set: Fix a hotkey issue related with xkb option ctrl:swapcaps Created 13 years, 2 months ago
Right Patch Set: Rebase on HEAD Created 13 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
(Both sides are equal)
1 #!/usr/bin/env perl 1 #!/usr/bin/env perl
2 2
3 # Updates http://svn.gnome.org/viewcvs/gtk%2B/trunk/gdk/gdkkeysyms.h?view=log fr om upstream (X.org 7.x), 3 # Updates http://svn.gnome.org/viewcvs/gtk%2B/trunk/gdk/gdkkeysyms.h?view=log fr om upstream (X.org 7.x),
4 # from http://gitweb.freedesktop.org/?p=xorg/proto/x11proto.git;a=blob_plain;f=k eysymdef.h 4 # from http://gitweb.freedesktop.org/?p=xorg/proto/x11proto.git;a=blob_plain;f=k eysymdef.h
5 # 5 #
6 # Author : Simos Xenitellis <simos at gnome dot org>. 6 # Author : Simos Xenitellis <simos at gnome dot org>.
7 # Version : 1.2 7 # Version : 1.2
8 # 8 #
9 # Input : http://gitweb.freedesktop.org/?p=xorg/proto/x11proto.git;a=blob_plai n;f=keysymdef.h 9 # Input : http://gitweb.freedesktop.org/?p=xorg/proto/x11proto.git;a=blob_plai n;f=keysymdef.h
10 # Output : http://svn.gnome.org/svn/gtk+/trunk/gdk/gdkkeysyms.h 10 # Output : http://svn.gnome.org/svn/gtk+/trunk/gdk/gdkkeysyms.h
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 100
101 close IN_KEYSYMDEF; 101 close IN_KEYSYMDEF;
102 102
103 103
104 print OUT_IBUSKEYSYMS<<EOF; 104 print OUT_IBUSKEYSYMS<<EOF;
105 105
106 #endif /* __IBUS_KEYSYMS_H__ */ 106 #endif /* __IBUS_KEYSYMS_H__ */
107 EOF 107 EOF
108 108
109 printf "We just finished converting keysymdef.h to ibuskeysyms.h\nThank you\n"; 109 printf "We just finished converting keysymdef.h to ibuskeysyms.h\nThank you\n";
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b