Opened 10 years ago

Closed 9 years ago

Last modified 9 years ago

#28 closed defect (fixed)

Pressing F1 to access help is noisy (OS/2 window flashes, then view.exe opens)

Reported by: Lewis Rosenthal Owned by: Gregg Young
Priority: minor Milestone: Release_1.0
Component: eFTEPM Version: PreRelease_1.0
Keywords: Cc:

Description

Currently, the F1 key binding is defined in edefault.fte as:

%if(OS_OS2)
    HelpCommand         = "start view.exe";
%endif

This yields a flash of an OS/2 window while view.exe starts. Also, as apparently the configuration file is not used for key bindings until a document is loaded, this binding does not work unless a document has been opened (see ticket #22).

Change History (5)

comment:1 Changed 9 years ago by Gregg Young

Owner: set to Gregg Young
Status: newaccepted

comment:2 Changed 9 years ago by Gregg Young

CS 115

comment:3 Changed 9 years ago by Gregg Young

Resolution: fixed
Status: acceptedclosed

comment:4 Changed 9 years ago by Gregg Young

Milestone: Release_1.0

comment:5 Changed 9 years ago by Gregg Young

Version: 1.0PreRelease_1.0
Note: See TracTickets for help on using tickets.