sikuli / sikuli-slides

Sikuli-Slides is a visual automation tool that enables users to automate and test Graphical User Interfaces (GUIs) using presentation slides.
MIT License
65 stars 35 forks source link

The hot key [Ctrl]+[Shift]+[ESC] to stop recording in Sikuli-Slides is already in use for starting the Taskmanager #13

Closed DMS2013 closed 10 years ago

DMS2013 commented 11 years ago

When using the Sikuli-Slides recorder, [Ctrl]+[Shift]+2 would start and [Ctrl]+[Shift]+[ESC] would stop the recording. For Windows 7 unfortunately the hot key [Ctrl]+[Shift]+[ESC] will open the askmanager - so the recording kann not be stoped.

zied1920 commented 11 years ago

I am facing the same issue and on windows 7 it's not possible to change keyboard short cuts, so when pressing [Ctrl]+[Shift]+[ESC] the task manager is opened, this exception is generated :

Exception in thread "main" java.lang.NullPointerException at org.sikuli.recorder.Utils.stream2file(Utils.java:16) at org.sikuli.recorder.pptx.PPTXGenerator.createSkeletonDir(PPTXGenerator.java:164) at org.sikuli.recorder.pptx.PPTXGenerator.generate(PPTXGenerator.java:153) at org.sikuli.slides.apps.RecorderMain.main(RecorderMain.java:55) at org.sikuli.slides.apps.Main.main(Main.java:34)

And the slides are not saved.

doubleshow commented 10 years ago

windows_7_x64