Archive:MINIX A2: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Norsak (talk | contribs)
No edit summary
Norsak (talk | contribs)
No edit summary
Line 1: Line 1:
{|
{|
|-
|-
| [[File:a2.png|400px]] || Taking a close look at the MINIX NEO A2 Remote's front face buttons.<br />
| [[File:a2.png|400px]] || This is the MINIX NEO A2 Remote.<br />
Keycodes were discovered using the console command '''showkey''' on unbuntu.<br />
It has a full QWERTY keyboard on the back, which allows to use the '''Search''' function in KODI<br/>
As much as we would like every button to work 'out of the box', we need to make changes to the keymaps files for at least half the front facing buttons<br/>
This task is necessary for the majority of RF remotes on the market.<br/>
<br/>
Keystrokes sent were discovered by enabling KODI's debugging feature, and monitoring the debug log<br />
The Actions associated with each button are completely within the user's discretion.<br />
The Actions associated with each button are completely within the user's discretion.<br />
The example keymaps shown are only one possible permutation
The example keymaps shown are only one possible permutation
Line 13: Line 17:
| [[File:b0.png|70px]] || 116 || Power button || Power Menu || keyboard.xml || ||'''Works by default'''
| [[File:b0.png|70px]] || 116 || Power button || Power Menu || keyboard.xml || ||'''Works by default'''
|-
|-
| [[File:b00.png|70px]] || 113 || Mute Key || Mute || keyboard.xml || ||'''Works by default'''
| [[File:b00.png|70px]] || 0xf0b7 || volume_mute || Mute || keyboard.xml || ||'''Works by default'''
|-
|-
| [[File:b1.png|70px]] || 240 ||  || Next Audio Language || keyboard.xml || <key id="240">AudioNextLanguage</key>||
| [[File:b1.png|70px]] || 240 ||  || Next Audio Language || keyboard.xml || <key id="240">AudioNextLanguage</key>||
|-
|-
| [[File:b2.png|70px]] || 60 || F2 || Next Subtitle || keyboard.xml ||  <F2>NextSubtitle</F2>||
| [[File:b2.png|70px]] || 0xf091 || F2 || Next Subtitle || keyboard.xml ||  <F2>NextSubtitle</F2>||
|-
|-
| [[File:b3.png|70px]] || 102 || Home || Main Menu || keyboard.xml || <home>PreviousMenu</home>||
| [[File:b3.png|70px]] || 102 || Home || Main Menu || keyboard.xml || <home>PreviousMenu</home>||
Line 34: Line 38:


|-
|-
| [[File:b7.png|70px]] || 28 || Enter || || || ||
| [[File:b7.png|70px]] || 0xf00d || return || || || ||
|-
|-
| [[File:b6.png|70px]] || --  || -- || || || ||This button only<br />Enables/disables the Air-mouse  
| [[File:b6.png|70px]] || --  || -- || || || ||This button only<br />Enables/disables the Air-mouse  

Revision as of 10:51, 25 January 2015

This is the MINIX NEO A2 Remote.

It has a full QWERTY keyboard on the back, which allows to use the Search function in KODI
As much as we would like every button to work 'out of the box', we need to make changes to the keymaps files for at least half the front facing buttons
This task is necessary for the majority of RF remotes on the market.

Keystrokes sent were discovered by enabling KODI's debugging feature, and monitoring the debug log
The Actions associated with each button are completely within the user's discretion.
The example keymaps shown are only one possible permutation

Button Keycode Keyboard Key Desired KODI action keymap file keymaps entry(s) Notes
116 Power button Power Menu keyboard.xml Works by default
0xf0b7 volume_mute Mute keyboard.xml Works by default
240 Next Audio Language keyboard.xml <key id="240">AudioNextLanguage</key>
0xf091 F2 Next Subtitle keyboard.xml <F2>NextSubtitle</F2>
102 Home Main Menu keyboard.xml <home>PreviousMenu</home>
103 Navigate Up keyboard.xml Works by default
272 Left-Click Select mouse.xml <leftclick>Select</leftclick>
<mousedragend>Select</mousedragend>
108 Navigate down keyboard.xml Works by default
105 Navigate Left keyboard.xml Works by default
106 Navigate Right keyboard.xml Works by default
273 Right-click Back mouse.xml <rightclick>Back</rightclick>
<mouserdragend>Back</mouserdragend>
0xf00d return
-- -- This button only
Enables/disables the Air-mouse
114 volume_down Volume Down keyboard.xml <volume_down>VolumeDown</volume_down> Works by default
59 F1 Stop Playback keyboard.xml <F1>Stop</F1>
115 volume_up Volume Up keyboard.xml <volume_up>VolumeDown</volume_up> Works by default
165 Page Up keyboard.xml
164 Pause / Play keyboard.xml
163 Page Down keyboard.xml