[PD-cvs] externals/hcs keyboard_layout-help.pd,1.3,1.4

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Nov 28 06:16:05 CET 2007


Update of /cvsroot/pure-data/externals/hcs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20574

Modified Files:
	keyboard_layout-help.pd 
Log Message:
minor tweak on the menu generation thanks to Laura's tip

Index: keyboard_layout-help.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/hcs/keyboard_layout-help.pd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** keyboard_layout-help.pd	27 Nov 2007 23:51:02 -0000	1.3
--- keyboard_layout-help.pd	28 Nov 2007 05:16:03 -0000	1.4
***************
*** 1,13 ****
! #N canvas 94 505 576 362 10;
  #X obj 116 144 keyboard_layout;
  #X msg 118 32 bang;
  #X msg 146 63 menu;
! #X obj 242 244 flatspace/popup 124 25 #ffffff language;
! #X msg 179 205 options;
! #X obj 179 182 route clear;
  #X symbolatom 116 277 0 0 0 0 - - -;
  #X text 185 64 see all options in the popup menu;
  #X obj 308 111 symbol;
  #X text 250 283 select a new input method with the popup menu;
  #X connect 0 0 6 0;
  #X connect 0 1 5 0;
--- 1,15 ----
! #N canvas 146 36 576 362 10;
  #X obj 116 144 keyboard_layout;
  #X msg 118 32 bang;
  #X msg 146 63 menu;
! #X obj 242 244 flatspace/popup 124 25 #ffffff _;
! #X msg 141 209 options;
! #X obj 203 163 route clear;
  #X symbolatom 116 277 0 0 0 0 - - -;
  #X text 185 64 see all options in the popup menu;
  #X obj 308 111 symbol;
  #X text 250 283 select a new input method with the popup menu;
+ #X obj 202 185 bang;
+ #X msg 197 208 name language;
  #X connect 0 0 6 0;
  #X connect 0 1 5 0;
***************
*** 16,20 ****
  #X connect 3 1 8 0;
  #X connect 4 0 3 0;
! #X connect 5 0 4 0;
  #X connect 5 1 3 0;
  #X connect 8 0 0 0;
--- 18,25 ----
  #X connect 3 1 8 0;
  #X connect 4 0 3 0;
! #X connect 5 0 10 0;
  #X connect 5 1 3 0;
  #X connect 8 0 0 0;
+ #X connect 10 0 4 0;
+ #X connect 10 0 11 0;
+ #X connect 11 0 3 0;





More information about the Pd-cvs mailing list