JackOfAll wrote: 
> Right, but you said you have programmed the flirc using Ralphy's config,
> which is specifically for a squeezebox remote. The fcfg file contains a
> mapping between the code generated by your IR remote when you press a
> specific key and the keypress you want to appear from the USB keyboard,
> (which the flirc dongle emulates), when you press that button on the
> remote. It's one or the other. You either teach it the IR combos and map
> to the specific key presses for *your* remote, or use Ralphy's config
> with a squeezelite remote.
> 
> I've only used the "flirc" program for updating firmware. On the WB, I
> use eg. "sudo flirc_util record p", and then press the button on the
> remote, that I want to be used for "play". Repeat for the other buttons
> you want to use.
> 
> EDIT: This might help if you want to know which "letters" to map your
> remote buttons to, when creating your own config for a remote.
> 
> /usr/share/jive/jive/InputToActionMap.lua
> > 
Code:
--------------------
  >   > 
  > ["/"]   = "go_search",
  > ["h"]   = "go_home",
  > ["J"]   = "go_home_or_now_playing",
  > ["D"]   = "soft_reset",
  > ["x"]   = "play",
  > ["p"]   = "play",
  > ["P"]   = "create_mix",
  > [" "]   = "pause",
  > ["c"]   = "pause",
  > ["C"]   = "stop",
  > ["a"]   = "add",
  > ["A"]   = "add_end",
  > ["W"]   = "play_next",
  > ["M"]   = "mute",
  > ["\b"]  = "back", -- BACKSPACE
  > ["\27"] = "back", -- ESC
  > ["j"]   = "back",
  > ["l"]   = "go",
  > ["S"]   = "take_screenshot",
  > ["z"]  = "jump_rew",
  > ["<"]  = "jump_rew",
  > ["Z"]  = "scanner_rew",
  > ["b"]  = "jump_fwd",
  > [">"]  = "jump_fwd",
  > ["B"]  = "scanner_fwd",
  > ["+"]  = "volume_up",
  > ["="]  = "volume_up",
  > ["-"]  = "volume_down",
  > ["0"]  = "play_preset_0",
  > ["1"]  = "play_preset_1",
  > ["2"]  = "play_preset_2",
  > ["3"]  = "play_preset_3",
  > ["4"]  = "play_preset_4",
  > ["5"]  = "play_preset_5",
  > ["6"]  = "play_preset_6",
  > ["7"]  = "play_preset_7",
  > ["8"]  = "play_preset_8",
  > ["9"]  = "play_preset_9",
  > ["!"]  = "set_preset_1",
  > ["?"]  = "help",
  > 
--------------------
> > 


Thank you.  I will give that a try.


------------------------------------------------------------------------
Hammer's Profile: http://forums.slimdevices.com/member.php?userid=62334
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to