/[libvob]/libvob/vob/putil/demo.py
ViewVC logotype

Diff of /libvob/vob/putil/demo.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by tjl, Sun Aug 17 10:04:10 2003 UTC revision 1.19 by tjl, Mon Aug 25 07:02:33 2003 UTC
# Line 197  class Bindings(vob.AbstractBinder): Line 197  class Bindings(vob.AbstractBinder):
197          global showHelp, currentScene          global showHelp, currentScene
198          print "KEY: '%s'"%s          print "KEY: '%s'"%s
199          if usingNormalBindings:          if usingNormalBindings:
200              if s == "q" or s == "Q":              if s == "q" or s == "Q" or s == "Ctrl-Q":
201                  System.exit(43)                  System.exit(43)
202              elif s == "r" or s == "R":              elif s == "r" or s == "R" or s == "Ctrl-R":
203                  loadScenes()                  loadScenes()
204              elif s == "?":              elif s == "?":
205                  showHelp = 1-showHelp                  showHelp = 1-showHelp

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26