I use the firefly-mini remote to control my mythtv frontends. However, there is a little setup involved.
sudo nano ~/rac/fireflymini-xmodmap
and add the following:
!Close = 175
!Mute = 160
!Last = no keycode in XEV
!Exit = 234
!VOL+ = 176
!VOL- = 174
!Option = 134
!Firefly = no keycode in XEV
!Menu = 158
!Record = 177
!Guide = no keycode in XEV
!Stop = 164
!Prev|<< = 144
!Play = 179
!Next>>| = 153
!REW<< = 152
!Pause = 110
!FFWD>> = 180
!Mute = 160
!Last = no keycode in XEV
!Exit = 234
!VOL+ = 176
!VOL- = 174
!Option = 134
!Firefly = no keycode in XEV
!Menu = 158
!Record = 177
!Guide = no keycode in XEV
!Stop = 164
!Prev|<< = 144
!Play = 179
!Next>>| = 153
!REW<< = 152
!Pause = 110
!FFWD>> = 180
keycode 164 = Escape
keycode 234 = Escape
keycode 134 = i
keycode 158 = m
keycode 177 = r
keycode 110 = p
keycode 179 = p
keycode 144 = Home
keycode 153 = End
keycode 234 = Escape
keycode 134 = i
keycode 158 = m
keycode 177 = r
keycode 110 = p
keycode 179 = p
keycode 144 = Home
keycode 153 = End
sudo nano ~/rac/fireflymini-xmodmap.desktop
and add the following:
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=firefly mini remote
Comment=add custome keys for firefly mini remote
Exec=xmodmap /home/rchavers/rac/fireflymini-xmodmap
StartupNotify=false
Terminal=false
Hidden=false
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=firefly mini remote
Comment=add custome keys for firefly mini remote
Exec=xmodmap /home/rchavers/rac/fireflymini-xmodmap
StartupNotify=false
Terminal=false
Hidden=false
finally, create a symlink to enable the xmodmap
ln -s ~/rac/fireflymini-xmodmap.desktop ~/.config/autostart/
| < Prev | Next > |
|---|


