stoolpigeon
Programmer
I have a string and I would like to place values in that string that correspond to pressing the control key and a letter key at the same time.
If I have String tmp I would like to be able to assign it the value Ctrl A. Then I plan to use the getBytes method of tmp to pass an array of bytes to another function.
thank you for any help.
If I have String tmp I would like to be able to assign it the value Ctrl A. Then I plan to use the getBytes method of tmp to pass an array of bytes to another function.
thank you for any help.