Linux: Handle keyboards with a "+" key

Adds a plus key to glfw so that it can be mapped as a shortcut. Fixes #1224
This commit is contained in:
Kovid Goyal
2018-12-13 09:56:30 +05:30
parent 291a2d6295
commit 3f2489b306
7 changed files with 35 additions and 20 deletions

View File

@@ -9,6 +9,8 @@ Changelog
- Fix setting background_opacity causing window margins/padding to be slightly
different shade from background (:iss:`1221`)
- Linux: Handle keyboards with a "+" key (:iss:`1224`)
0.13.1 [2018-12-06]
------------------------------