misc/hotkeys - definition file for Logitech UltraX keyboard
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. PR: ports/89617 Submitted by: Torfinn Ingolfsen <tingo@start.no> Approved by: Andy Pavlo <amp0928@rit.edu>
This commit is contained in:
parent
1bb60423d3
commit
b7c77650f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150098
3 changed files with 24 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
PORTNAME= hotkeys
|
||||
PORTVERSION= 0.5.7.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://ypwong.org/hotkeys/${PORTVERSION}/ \
|
||||
${MASTER_SITE_XCONTRIB}
|
||||
|
@ -33,6 +33,7 @@ SAMPLE_CONFIG= ${PREFIX}/etc/hotkeys.conf.sample
|
|||
post-extract:
|
||||
@${CP} ${PATCHDIR}/error.h ${WRKSRC}/src
|
||||
@${CP} ${PATCHDIR}/eliteduo.def ${WRKSRC}/def
|
||||
@${CP} ${PATCHDIR}/logitech-ultrax.def ${WRKSRC}/def
|
||||
|
||||
post-install:
|
||||
@${MV} ${ORIG_CONFIG} ${SAMPLE_CONFIG}
|
||||
|
|
21
misc/hotkeys/files/logitech-ultrax.def
Normal file
21
misc/hotkeys/files/logitech-ultrax.def
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?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>
|
|
@ -11,6 +11,7 @@ share/hotkeys/kb9930.def
|
|||
share/hotkeys/kb9963.def
|
||||
share/hotkeys/kbp8993.def
|
||||
share/hotkeys/logitech-cfo.def
|
||||
share/hotkeys/logitech-ultrax.def
|
||||
share/hotkeys/mck800.def
|
||||
share/hotkeys/msnatpro.def
|
||||
share/hotkeys/msnet.def
|
||||
|
|
Loading…
Reference in a new issue