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 10: Line 10:
|-
|-
! Button !! Keycode !! Keyboard Key !! Desired KODI action !! keymap file !! keymaps entry !! Notes
! Button !! Keycode !! Keyboard Key !! Desired KODI action !! keymap file !! keymaps entry !! Notes
|-
| [[File:b0.png|70px]] || 116 || Power button || Power Menu || keyboard.xml || ||
|-
| [[File:b00.png|70px]] || 113 || Mute Key || Mute || keyboard.xml || ||
|-
|-
| [[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>||
Line 16: Line 20:
|-
|-
| [[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>||
|-
| [[File:b_up.png|70px]] || 103  ||  || Navigate Up || keyboard.xml || ||
|-
|-
| [[File:b4.png|70px]] || 272 || Left-Click || Select || mouse.xml || <leftclick>Select</leftclick><br /><mousedragend>Select</mousedragend>||
| [[File:b4.png|70px]] || 272 || Left-Click || Select || mouse.xml || <leftclick>Select</leftclick><br /><mousedragend>Select</mousedragend>||
 
|-
| [[File:b_down.png|70px]] || 108 ||  || Navigate down || keyboard.xml || ||
|-
| [[File:b_left.png|70px]] || 105 ||  || Navigate Left || keyboard.xml || ||
|-
| [[File:b_right.png|70px]] || 106 ||  || Navigate Right || keyboard.xml || ||
|-
|-
| [[File:b5.png|70px]] || 273 || Right-click || Back || mouse.xml || <rightclick>Back</rightclick><br /><mouserdragend>Back</mouserdragend>||
| [[File:b5.png|70px]] || 273 || Right-click || Back || mouse.xml || <rightclick>Back</rightclick><br /><mouserdragend>Back</mouserdragend>||
Line 25: Line 36:
| [[File:b7.png|70px]] || 28 || Enter || || || ||
| [[File:b7.png|70px]] || 28 || Enter || || || ||
|-
|-
| [[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  
|-
|-
| [[File:b9.png|70px]] || 114 || volume_down || Volume Down || keyboard.xml ||  <volume_down>VolumeDown</volume_down>|| Works by default
| [[File:b9.png|70px]] || 114 || volume_down || Volume Down || keyboard.xml ||  <volume_down>VolumeDown</volume_down>|| Works by default
Line 33: Line 44:
| [[File:b10.png|70px]] || 115 || volume_up || Volume Up || keyboard.xml || <volume_up>VolumeDown</volume_up>|| Works by default
| [[File:b10.png|70px]] || 115 || volume_up || Volume Up || keyboard.xml || <volume_up>VolumeDown</volume_up>|| Works by default
|-
|-
| Example || Example || Example || Example || keyboard.xml || Example
| [[File:b_11.png|70px]] || 165 || || Page Up || keyboard.xml || ||
|-
|-
| Example || Example || Example || Example || keyboard.xml || Example
| [[File:b_12.png|70px]] || 164 || || Pause / Play || keyboard.xml || ||
|-
|-
| Example || Example || Example || Example || Example
| [[File:b_13.png|70px]] || 163 || || Page Down || keyboard.xml || ||  
|-
 
| Example || Example || Example || Example || Example
|-
| Example || Example || Example || Example || Example
|-
| Example || Example || Example || Example || Example
|-
| Example || Example || Example || Example || Example
|-
| Example || Example || Example || Example || Example
|-
| Example || Example || Example || Example || Example
|-
| Example || Example || Example || Example || Example
|}
|}

Revision as of 22:41, 24 January 2015

Taking a close look at the MINIX NEO A2 Remote's front face buttons.

Keycodes were discovered using the console command showkey on unbuntu.
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 Notes
116 Power button Power Menu keyboard.xml
113 Mute Key Mute keyboard.xml
240 Next Audio Language keyboard.xml <key id="240">AudioNextLanguage</key>
60 F2 Next Subtitle keyboard.xml <F2>NextSubtitle</F2>
102 Home Main Menu keyboard.xml <home>PreviousMenu</home>
103 Navigate Up keyboard.xml
272 Left-Click Select mouse.xml <leftclick>Select</leftclick>
<mousedragend>Select</mousedragend>
108 Navigate down keyboard.xml
105 Navigate Left keyboard.xml
106 Navigate Right keyboard.xml
273 Right-click Back mouse.xml <rightclick>Back</rightclick>
<mouserdragend>Back</mouserdragend>
28 Enter
-- -- 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