sethmlarson / virtualbox-python

Complete implementation of VirtualBox's COM API with a Pythonic interface.
https://pypi.org/project/virtualbox
Apache License 2.0
354 stars 75 forks source link

keyboard.put_keys unable to print capitalized english alphabets #119

Closed pyvboxtester closed 5 years ago

pyvboxtester commented 5 years ago
ENVIRONMENT
SUMMARY

keyboard.put_keys unable to print capitalized english alphabets

STEPS TO REPRODUCE

session.console.keyboard.put_keys('ABCDEFGHIJKLMNOPQRSTUVWXYZ')

EXPECTED RESULTS

ABCDEFGHIJKLMNOPQRSTUVWXYZ

ACTUAL RESULTS

AbCdEfGHIJKLMnopqRSTUVwXYZ

jricardodeleon commented 5 years ago

Have the same issue, did you get the solution?

sethmlarson commented 5 years ago

I'm unable to reproduce this, maybe change your delay time between keys?