Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
fix back slash key
Browse files Browse the repository at this point in the history
  • Loading branch information
Piethein Strengholt committed Feb 23, 2012
1 parent d61ffd6 commit f765719
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -36,9 +36,9 @@ if [ ! -f /home/$xbmcUser/.xbmc/userdata/keymaps/noBS.xml ] ; then
mkdir -p /home/$xbmcUser/.xbmc/userdata/keymaps &> /dev/null
cat > /home/$xbmcUser/.xbmc/userdata/keymaps/noBS.xml << 'EOF'
<keyboard>
<global>
<backslash/>
</global>
<global>
<backslash>osd</backslash>
</global>
</keyboard>
EOF
chown -R $xbmcUser:$xbmcUser /home/$xbmcUser/.xbmc >/dev/null 2>&1 &
Expand Down

0 comments on commit f765719

Please sign in to comment.