osdep/w32_keyboard: remove duplicated MP_KEY_BACK mapping

MP_MBTN_BACK is already mapped, the appcmd duplicates this.

Fixes: #12768
Fixes: 8301906
This commit is contained in:
Kacper Michajłow 2023-11-11 02:55:55 +01:00 committed by Dudemanguy
parent 9c8b8ac9d9
commit 438ead7a3d
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ static const struct keymap appcmd_map[] = {
{APPCOMMAND_LAUNCH_MAIL, MP_KEY_MAIL},
{APPCOMMAND_BROWSER_FAVORITES, MP_KEY_FAVORITES},
{APPCOMMAND_BROWSER_SEARCH, MP_KEY_SEARCH},
{APPCOMMAND_BROWSER_BACKWARD, MP_KEY_BACK},
{0, 0}
};