bug-xnee
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-xnee] cnee/xnee replay problems


From: Alejandro Sanchez
Subject: [Bug-xnee] cnee/xnee replay problems
Date: Mon, 12 Feb 2018 07:02:04 -0600

Hi
I'm trying to use cnee using the clinic commands when I replay the macro the replay is not at the same resolution this happens even after providing the current display resolution to the cli command. Below are the commands I'm using. Finally was able to make it work but had to adjust the replay resolution with the final working replay command at the end of all the commands in this email.

Used initially
cnee --record --mouse --keyboard -o pwrchrt1.xns -sk q
cnee --replay -f pwrchrt1.xns -ns

After above commands did not work as replay was off
cnee --record --mouse --keyboard --recorded-resolution 1366x768 -o pwrchrt1.xns -sk q
cnee --record --mouse --keyboard -o pwrchrt1.xns --recorded-resolution 1366x768 -sk q
cnee --replay -f pwrchrt1.xns -ns
cnee --replay -f --replay-resolution 1366x768 pwrchrt1.xns -ns
cnee --replay -f --replay-resolution "1366x768" pwrchrt1.xns -ns
cnee --replay -f pwrchrt1.xns --replay-resolution 1366x768 -ns
cnee --replay -f pwrchrt1.xns
cnee --replay -f pwrchrt1.xns --no-resolution-adjustment
cnee --replay  --no-resolution-adjustment -f pwrchrt1.xns
also several options produce errors , e.g.:

cnee --replay -f pwrchrt1.xns -ns \
> --no-resolution-adjustment
Error number:   6
  Error:        Wrong paramters
  Description:  You have given invalid input to Xnee 
  Argument:     --no-resolution-adjustment

final working cnee comand
cnee --replay -f pwrchrt1.xns -ns --replay-resolution 3268x1789

reply via email to

[Prev in Thread] Current Thread [Next in Thread]