- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Dinovo Keyboard for Notebooks: Disable disc eject key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-08-2009 02:49 AM
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
Re: Dinovo Keyboard for Notebooks: Disable disc eject key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-06-2009 08:16 PM
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.
Re: Dinovo Keyboard for Notebooks: Disable disc eject key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-03-2009 08:30 PM
Re: Dinovo Keyboard for Notebooks: Disable disc eject key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-12-2009 08:33 AM
After a little googling, found uberoptions
I set the eject to test
lay sound, of which I don't know the function.
Anyway it's not responsive now.
Re: Dinovo Keyboard for Notebooks: Disable disc eject key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-12-2009 12:02 PM
-Richard L. Owens, author of the uberOptions mod for SetPoint. Unlock the options of your SetPoint-controlled device! mirror
Re: Dinovo Keyboard for Notebooks: Disable disc eject key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-12-2009 09:06 PM
richard, your software is amazing. just what i was looking for.
thanks big time!
Re: Dinovo Keyboard for Notebooks: Disable disc eject key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-21-2010 03:38 PM
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!
Re: Dinovo Keyboard for Notebooks: Disable disc eject key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-29-2010 01:00 PM
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!!!
Re: Dinovo Keyboard for Notebooks: Disable disc eject key
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-29-2010 01:38 PM
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.
