Blender Git Loki
Git Commits -> Revision 87062d4
Revision 87062d4 by Julian Eisel (master) August 5, 2020, 13:50 (GMT) |
Fix T78412: Ctrl+Spacebar does not maximize Python console on Windows On windows, spacebar would be passed as UTF-8 text input, despite the control key being pressed. On macOS, there already was an explicit exception for this (command key in this case), on Linux XInput already handled this case for us. Note that Alt should still allow text input, for special character sequences. Issue also happened in the Text Editor if a text data-block was set. |
Commit Details:
Full Hash: 87062d4d670c01c9c0835057aaf4164aea971e00
Parent Commit: ee351cb
Lines Changed: +5, -1
1 Modified Path:
/intern/ghost/intern/GHOST_SystemWin32.cpp (+5, -1) (Diff)