Keyboard problem
Hi
in Unity with "Ctrl + Alt + V" I run the paste command, but instead it should display the "@" symbol.
I have a croatian keyboard on Windows. I tried to report a bug but could not log in.
in Unity with "Ctrl + Alt + V" I run the paste command, but instead it should display the "@" symbol.
I have a croatian keyboard on Windows. I tried to report a bug but could not log in.
-
sfernandez
Site Admin
- Posts: 3188
- Joined:
Re: Keyboard problem
Should Paste command be raised by Ctrl+V only, without the Alt key? With my spanish keyboard I use Ctrl+C (copy), Ctrl+X (cut) and Ctrl+V (paste).
Anyway, could you please open Assets\Plugins\NoesisGUI\Scripts\Core\NoesisUIRenderer.cs script and add debug log messages to every KeyDown/KeyUp message it is received:
- Line 361: Inside ProcessModifierKey, before Noesis_KeyDown and Noesis_KeyUp.
- Line 443: Inside case UnityEngine.EventType.KeyDown, before Noesis_KeyDown and Noesis_Char
- Line 487: Inside case UnityEngine.EventType.KeyUp, before Noesis_KeyUp
Lines may differ in your version.
Please paste here the key/character codes sent to Noesis when the sequence Ctrl+Alt+V is preseed.
Anyway, could you please open Assets\Plugins\NoesisGUI\Scripts\Core\NoesisUIRenderer.cs script and add debug log messages to every KeyDown/KeyUp message it is received:
- Line 361: Inside ProcessModifierKey, before Noesis_KeyDown and Noesis_KeyUp.
- Line 443: Inside case UnityEngine.EventType.KeyDown, before Noesis_KeyDown and Noesis_Char
- Line 487: Inside case UnityEngine.EventType.KeyUp, before Noesis_KeyUp
Lines may differ in your version.
Please paste here the key/character codes sent to Noesis when the sequence Ctrl+Alt+V is preseed.
Re: Keyboard problem
For example, in notepad the "Ctr + Alt + C/X" does not run the copy/cut command, only "Ctrl + C/X".
I get the messages in the following order: Control, Alt, 73, 73, Alt, Control.
I get the messages in the following order: Control, Alt, 73, 73, Alt, Control.
-
sfernandez
Site Admin
- Posts: 3188
- Joined:
Re: Keyboard problem
I think I know what is happening...
We have a bug in our KeyGesture matching process. We should only match the Ctrl+C KeyBinding if only Ctrl key is pressed, and don't match if other modifier key is pressed.
We will fix it for the next release.
We have a bug in our KeyGesture matching process. We should only match the Ctrl+C KeyBinding if only Ctrl key is pressed, and don't match if other modifier key is pressed.
We will fix it for the next release.
Re: Keyboard problem
Fixed in 1.2.6!
Who is online
Users browsing this forum: Ahrefs [Bot], Bing [Bot], Google [Bot] and 1 guest