diff bin/curvecalc @ 361:ff914126f3ea

fix CC selection bindings
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 15 Jun 2007 04:29:44 +0000
parents 415c206f7534
children fc87327e29c4
line wrap: on
line diff
--- a/bin/curvecalc	Wed Jun 13 07:23:54 2007 +0000
+++ b/bin/curvecalc	Fri Jun 15 04:29:44 2007 +0000
@@ -414,7 +414,7 @@
 
 create_status_lines(root)
 for helpline in ["Bindings: C-s save subterms;  Esc see current time; S-Esc see curtime to end; Mousewheel zoom; C-p play/pause music at mouse",
-                 "Curve point bindings: B1 drag point; C-B1 curve add point; S-B1 sketch points; Del selected points; 1..5 add point at time; Alt-Shift-B1 drag select points",
+                 "Curve point bindings: B1 drag point; C-B1 curve add point; S-B1 sketch points; Del selected points; 1..5 add point at time; B1 drag select points",
                  "Available in functions: nsin/ncos period=amp=1; within(a,b) bef(x) aft(x) compare to time; smoove(x) cubic smoothstep; curvename(t) eval curve"]:
     tk.Label(root,text=helpline, font="Helvetica -12 italic",
              anchor='w').pack(side='top',fill='x')