Bug 89617 - misc/hotkeys - definition file for Logitech UltraX keyboard
Summary: misc/hotkeys - definition file for Logitech UltraX keyboard
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-27 02:00 UTC by Torfinn Ingolfsen
Modified: 2005-12-01 00:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torfinn Ingolfsen 2005-11-27 02:00:15 UTC

This is not a bug; it is an additional keyboard definition for hotkeys.
This definition is for the keyboard Logitech UltraX.
Add it if you want to.

Fix: 

tingo@kg-work$ more /usr/local/share/hotkeys/logitech-ultrax.def
<?xml version="1.0"?>

<definition>

  <config model="Logitech UltraX (USB) Keyboard">

    <Record       keycode="237"/> <!-- Media -->
    <Play         keycode="162"/> <!-- Play/Pause -->
    <Mute         keycode="160"/>
    <Favorites    keycode="230"/> <!-- Favoritter -->
    <Email        keycode="236"/> <!-- E-post -->
    <WebBrowser   keycode="178"/> <!-- WWW -->

  </config>
  
  <contributor>
    <name>Torfinn Ingolfsen</name>
    <email>tingo@start.no</email>
  </contributor>

</definition>
How-To-Repeat: 

Add this definition file, and modify /usr/local/etc/hotkeys.conf accordingly.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-27 02:03:08 UTC
Maintainer of misc/hotkeys,

Please note that PR ports/89617 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/89617

-- 
Edwin Groothuis
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-27 02:03:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Andy Pavlo 2005-11-27 15:52:46 UTC
The patch looks good to me!

This project looks to be abandoned. I should maybe think about taking it over 
and updating it.

Andy
amp0928@rit.edu

On Saturday 26 November 2005 08:03 pm, Edwin Groothuis wrote:
> Maintainer of misc/hotkeys,
>
> Please note that PR ports/89617 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/89617
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-27 21:31:34 UTC
State Changed
From-To: feedback->open

Feedback received
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-29 21:10:16 UTC
State Changed
From-To: open->feedback

I've been able to add the def/logitech-ultrax.def, but I have no 
idea on how what to add to src/hotkeys.conf. 

Can you give some info?
Comment 6 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-29 21:11:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

Handle with submitter
Comment 7 Andy Pavlo 2005-11-30 00:58:18 UTC
On Tuesday 29 November 2005 03:11 pm, you wrote:
> I've been able to add the def/logitech-ultrax.def, but I have no
> idea on how what to add to src/hotkeys.conf.

You shouldn't be updating src/hotkeys.conf in the source tarball. You should 
just need to edit your own hotkeys.conf when the port is installed.

I think all you will need to do is set Kbd = logitech-ultra in it

Let me know if that works. You should be able to do this just by dropping your 
new .def file in /usr/local/share/hotkeys/ on your local installation and 
have it work without adding it to the port.

I am curious to know if something in Gnome or KDE has similar functionality to 
hotkeys? The guy sort of abandoned this project, but I can't really think of 
anything that I would like to see added. Although, the new mouses that are 
coming out have the wheels where you can click left and right.

Andy Pavlo
amp0928@rit.edu
Comment 8 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-01 00:08:49 UTC
State Changed
From-To: feedback->closed

Committed, thanks!