Intermec CK75 Issues

Wondering if someone can shed some light here. I’ve been tasked with getting our Intermec CK75 handhelds working in our new Epicor environment. It honestly has been an up hill battle. Very little support from either the vendor or Epicor.

The main issue I am having now is using the function keys. We are connecting via TS RDP and from everything Im being told, the hard function keys CANNOT be remapped. Im told that I can either use the soft keys or I can map another key or short code to my function keys. Is this correct?

Thanks!!

https://support.honeywellaidc.com/s/question/0D5A000002ull5PKAQ/can-the-function-keys-be-remapped-on-a-ck75

Thanks Chris, but from my understanding, I can only map these to the below keys. I need the function keys to pass through as function keys. Am I wrong here? Thanks a bunch for the help.

Supported key values
Tab, Return, Escape, Space, Left, Up, Right, Down, Delete, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, G,
H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z , Semicolon, Equal, Comma, Hyphen, Period,
Forward Slash, Accent, Left Bracket, Back Slash, Right Bracket, Apostrophe

I see. One option (not sure of the fit for your case) might be a key remapper

You can tell windows to remap keys - so you could remap some obscure keys / \ ^ ’ to be func keys. This can be an issue because if that key is needed for anything else, it wouldnt work.

Another option is to write keyhandler events on your HH forms using customization. The issue here, is that you would have to do this for all your HH forms. The code would be nearly identical, but it would be tedious touching all those forms. You also might run into the same issues as the key remapper above - but at least it would be local to HH forms, and not the whole of your RD.

Do you know if those func keys already produce some ascii key press? If so, you have much more flexibility in finding a solution.