When viewing my access database through microsoft remoteapp, the html5 in-browser rdp viewer specifically, the onKeyDown event has a keyCode value of 231 for all of the 'normal' keys(a-z, 0-9,+-,etc), different values for the function keys, enter key.
My research indicates that is a unicode prefix character. The keyAscii in onKeyPress still shows normally. I suspect it is a long shot, but does anyone have an idea how to differentiate between keydown's in this scenario? any sort of workaround?
My research indicates that is a unicode prefix character. The keyAscii in onKeyPress still shows normally. I suspect it is a long shot, but does anyone have an idea how to differentiate between keydown's in this scenario? any sort of workaround?