You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm need to send _ (underscore) also i need symbols in UpperCase, but can't
For example underscore need to be entered as []uint{41,12} , but as i see in vnc console nothing printed, and i think that only first symbol entered (shift).
Can you check this?
The text was updated successfully, but these errors were encountered:
As I mentioned in the PR, the correct fix is to correct the size of ints across the entire project. Totally my fault, but I haven't had any spare time to work on this - sorry. Will gladly accept a PR to fix the int types across the project, but I won't be merging #44-style fixes.
http://godoc.org/gopkg.in/alexzorin/libvirt-go.v2#VirDomain.SendKey
I'm need to send _ (underscore) also i need symbols in UpperCase, but can't
For example underscore need to be entered as []uint{41,12} , but as i see in vnc console nothing printed, and i think that only first symbol entered (shift).
Can you check this?
The text was updated successfully, but these errors were encountered: