Skip to content

Commit

Permalink
Merge pull request #279 from kodi-game/add-oem-102
Browse files Browse the repository at this point in the history
game.controller.keyboard: Add OEM 102 key (OEM key on 102-key keyboards)
  • Loading branch information
garbear authored Dec 7, 2023
2 parents c885c15 + 3bbb4a7 commit ee852db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -589,3 +589,7 @@ msgstr ""
msgctxt "#30140"
msgid "Clear"
msgstr ""

msgctxt "#30141"
msgid "OEM 102nd Key"
msgstr ""
1 change: 1 addition & 0 deletions addons/game.controller.keyboard/resources/layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,6 @@
<key name="power" symbol="power" label="30136"/>
<key name="euro" symbol="euro" label="30137"/>
<key name="undo" symbol="undo" label="30138"/>
<key name="oem102" symbol="oem102" label="30141"/>
</category>
</layout>

0 comments on commit ee852db

Please sign in to comment.