diff bin/curvecalc @ 290:50ba9ec2b17e

you can now delete curve points
author drewp@bigasterisk.com
date Sat, 18 Jun 2005 06:09:28 +0000
parents 22529016c4f2
children 1c590824dd14
line wrap: on
line diff
--- a/bin/curvecalc	Sat Jun 18 01:45:05 2005 +0000
+++ b/bin/curvecalc	Sat Jun 18 06:09:28 2005 +0000
@@ -347,7 +347,7 @@
 root.bind("<Control-Key-r>", lambda evt: dispatcher.send('reload all subs'))
 
 create_status_lines(root)
-for helpline in ["Bindings: C-s save subterms; B1 drag point; C-B1 curve add point; S-B1 sketch points; 1..5 add point at time; Esc see current time; S-Esc see curtime to end; Mousewheel zoom; C-p play/pause music at mouse",
+for helpline in ["Bindings: C-s save subterms; B1 drag point; C-B1 curve add point; S-B1 sketch points; Del point under mouse; 1..5 add point at time; Esc see current time; S-Esc see curtime to end; Mousewheel zoom; C-p play/pause music at mouse",
                  "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')