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 becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

If neither of those of work for you, you can donate any amount by clicking here.

Recommended Posts

Posted

bizard!!! I am going to configure gameex to project-64 I made a test on 2roms, a affichais the image in a corner and another in plien screen!!! of or just what problème???

Posted
  spoonch1 said:
bizard!!! I am going to configure gameex to project-64 I made a test on 2roms, a affichais the image in a corner and another in plien screen!!! of or just what problème???

Veuillez attacher un écran tiré et exportez vos config.

Posted

I have same the problèm with Romanian cd.

N64

sanstitre3bq1.png

sanstitre3bq1.81ad74a2f7.jpg

[Emulator_4]

Enabled=True

STARTPAGENAME=Nintendo N64 (Project 64)

TITLETEXT=Nintendo N64

StartPageLogo=N64

ROMFilter=*.zip;*.rom;*.v64;*.n64;*.z64

RomPath=C:\Documents and Settings\xxxxxxxxx\Bureau\romsn64

SnapPath=

TitlePath=

BoxPath=

CartPath=

ManualPath=

WorkingPath=D:\Consoles\Project64

MapKeys=True

WaitBeforeKeys=

SendKeys=

ReplaceDash=True

ReplaceUnder=True

Capitals=True

RemoveBrackets=True

ShowDesktop=False

Debug=False

MAPFile=n64x

AlsoLaunch=

Command=Project64.exe [rompath]/[romfile]

OLDatZip=

LaunchBefore=

LaunchAfter=

configFile=

ExcludedFiles=

CustomBackground=

PlayMusic=

DontShowInfo=

PlaySelectionMusic=

SelectionMusicFolder=

PCGame=

DATABASE=N64

GamesIn7Zips=

PlayInScreenSaver=

ShowMostPlayed=

RandomMostPlayed=

CDCheck=

CDCheckFile=

[GENERAL]

DumbyValue=

Posted

WaitBeforeKeys=3000

SendKeys=%{ENTER}

These are the send keys for windows... ALT + Enter will make window fullscreen.

Ce sont les clefs d'envoi pour des fenêtres... L'alt + entrent fera la fenêtre fullscreen.

-------------------------------------------------------------------------------------------------------------------------

You can use SendKeys to send more than one keystroke at a time. To do this, create a compound string argument that represents a sequence of keystrokes by appending each keystroke in the sequence to the one before it. For example, to send the keystrokes a, b, and c, you would send the string argument "abc". The SendKeys method uses some characters as modifiers of characters (instead of using their face-values). This set of special characters consists of parentheses, brackets, braces, and the:

plus sign "+",

caret "^",

percent sign "%",

and tilde "~"

Send these characters by enclosing them within braces "{}". For example, to send the plus sign, send the string argument "{+}". Brackets "[ ]" have no special meaning when used with SendKeys, but you must enclose them within braces to accommodate applications that do give them a special meaning (for dynamic data exchange (DDE) for example).

To send bracket characters, send the string argument "{[}" for the left bracket and "{]}" for the right one.

To send brace characters, send the string argument "{{}" for the left brace and "{}}" for the right one.

Some keystrokes do not generate characters (such as ENTER and TAB). Some keystrokes represent actions (such as BACKSPACE and BREAK). To send these kinds of keystrokes, send the arguments shown in the following table:

Key Argument

BACKSPACE

{BACKSPACE}, {BS}, or {BKSP}

BREAK

{BREAK}

CAPS LOCK

{CAPSLOCK}

DEL or DELETE

{DELETE} or {DEL}

DOWN ARROW

{DOWN}

END

{END}

ENTER

{ENTER} or ~

ESC

{ESC}

HELP

{HELP}

HOME

{HOME}

INS or INSERT

{INSERT} or {INS}

LEFT ARROW

{LEFT}

NUM LOCK

{NUMLOCK}

PAGE DOWN

{PGDN}

PAGE UP

{PGUP}

PRINT SCREEN

{PRTSC}

RIGHT ARROW

{RIGHT}

SCROLL LOCK

{SCROLLLOCK}

TAB

{TAB}

UP ARROW

{UP}

F1

{F1}

F2

{F2}

F3

{F3}

F4

{F4}

F5

{F5}

F6

{F6}

F7

{F7}

F8

{F8}

F9

{F9}

F10

{F10}

F11

{F11}

F12

{F12}

F13

{F13}

F14

{F14}

F15

{F15}

F16

{F16}

To send keyboard characters that are comprised of a regular keystroke in combination with a SHIFT, CTRL, or ALT, create a compound string argument that represents the keystroke combination. You do this by preceding the regular keystroke with one or more of the following special characters:

Key Special Character

SHIFT

+

CTRL

^

ALT

%

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