Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

hi, trying to get a photo viewer to go fullscreen then scroll down for each photo.

ENTER, CTRL+DOWN, CTRL+DOWN

whatever i try e.g.

{ENTER}^{DOWN}^{DOWN}

or

{ENTER} ^{DOWN} ^{DOWN}

{ENTER}^{DOWN 2}

or even

{ENTER}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{DOWN}{

OWN}

(wrong key but would do something noticeable)

always results in only the first ENTER working and ignoring everything else.

im using waitbeforekeys for 2000 aswell as it needs this to start

app is Faststone Image Viewer btw.

thanks

using 6.76 btw

Posted

Perhaps there needs to be a delay between the {ENTER} and the keypresses?

Just as a note to Tom, to emulate the pause between a keypress so it's exactly the right speed I use the following C code to calculate the time to wait.

DWORD kbs;

SystemParametersInfo(SPI_GETKEYBOARDSPEED, 0, &kbs, 0);

kbs += 2;
int KeyDelayValue = 1000/kbs;

Posted

so there's currently no way to put pauses in between keys?

related to the same problem,

1) if i update a dirs.map while gameex is running, is there any way to get gameex to re-read the file? ideally i would like it to check the map file last modified every time you open that list! i need this or similar because i update things in the background, after gameex starts. making gameex wait until everything is done is out of the question as it would take ages to start up :/

sorry this is a non issue, gameex apprently is checking every time the list is loaded? :)

2) is there no way to get gameex to *not* sort lists alphabetically? even when i sort my map file lines myself, gameex puts it back in alpha order. gah!

er thanks Tom if you're reading.

Guest
This topic is now closed to further replies.
×
×
  • Create New...