Reply
Logi Nu
Borganui
Posts: 1
Registered: ‎06-08-2009
0

Dinovo Keyboard for Notebooks: Disable disc eject key

Hello,

 

is there any way to disable the disc eject key of the Logitech Dinovo Keyboard for Notebooks (windows registry or config files)?

 

I am using it with Windows Vista and the newest SetPoint drivers.

 

I like the keyboard a lot but this one keys was really misplaced as I am constantly hitting it when I want to hit backspac instead.

 

 

Hope someone can help me.

Bruce

Logi Nu
mosaic
Posts: 1
Registered: ‎08-06-2009
0

Re: Dinovo Keyboard for Notebooks: Disable disc eject key

yes i would like to find out as well?

i have the same problem.

setpoint lets you change all the other function keys but looks like some developer forgot to put that option in there.

Logi Nu
xtreme247
Posts: 2
Registered: ‎09-03-2009
0

Re: Dinovo Keyboard for Notebooks: Disable disc eject key

i have the same issue as the OP and other poster.  anyone know how to disable this? any chance logitech could help us out with this?  if the calculator key's function can be reassigned/deactivated then this one should be too
Logi Browser
troubleshoot
Posts: 5
Registered: ‎09-01-2009

Re: Dinovo Keyboard for Notebooks: Disable disc eject key

After a little googling, found uberoptions

I set the eject to test:smileytongue:lay sound, of which I don't know the function.

Anyway it's not responsive now.

Logi Legend
rlowens
Posts: 6,594
Registered: ‎05-22-2006

Re: Dinovo Keyboard for Notebooks: Disable disc eject key

with uberOptions installed, other-> "Test: Play sound" will just make the default windows Ding sound. If you want the key to do absolutely nothing, set it to other-> "Other: Do Nothing"

-Richard L. Owens, author of the uberOptions mod for SetPoint. Unlock the options of your SetPoint-controlled device! mirror
Logi Nu
xtreme247
Posts: 2
Registered: ‎09-03-2009
0

Re: Dinovo Keyboard for Notebooks: Disable disc eject key

richard, your software is amazing.  just what i was looking for.

 

thanks big time!

Logi Nu
OMegaLead
Posts: 1
Registered: ‎01-21-2010
0

Re: Dinovo Keyboard for Notebooks: Disable disc eject key

It worked as far as disabeling the button, but then my other keys did not work, such as Play/Pause doing nothing to iTunes and causing the movie I was watching on windows media player to enter/exit full screen mode.

 

To Logitech: Please make a disable key for the eject button!

Logi Nu
KeyboardGuy2010
Posts: 2
Registered: ‎06-29-2010
0

Re: Dinovo Keyboard for Notebooks: Disable disc eject key

I tried installing the uberOptions with the newest version of setpoint (6.1) and it doesn't recognize that setpoint has already been installed and that I'm using the diNovo keyboard as one of my devices. Hopefully uberOptions has an update soon.

 

But yes Logitech... please add the ability to disable the media eject button!!!

Logi Nu
KeyboardGuy2010
Posts: 2
Registered: ‎06-29-2010
0

Re: Dinovo Keyboard for Notebooks: Disable disc eject key

I just figured out a work-around for disabling the eject button. If you go into the default.xml file and remove the following xml, it won't do anything when you press the eject key.

 

 
    <HandlerSet Name="Eject" HelpString="HELP_EJECT" >
        <Handler class="Eject"  >
            <Param  ShowUIDlg="1" OSDText="IDS_OSD_EJECT" OSDImage="eject.png" />
    </Handler>               
    </HandlerSet>
    <HandlerSet Name="EjectLongDelay" HelpString="HELP_EJECT" >
      <Handler class="Eject"  >
        <Param  ShowUIDlg="1" LongPressTime="900" OSDText="IDS_OSD_EJECT" OSDImage="eject.png" />
      </Handler>
    </HandlerSet>

 

 

It would be even better to keep this key in but have it so you must also press the function key when using the eject, that way you won't lose the functionality of being able to pop open the media drive.