Yvon Steinthal Active Member Licensed User Longtime User Jul 18, 2018 #1 Hello, Weird question and probably a useless one for those who know the answer but... Why is a keycode via Javascript (k=75) is different than the B4A keycode (k=39)...? Thanks. Y.
Hello, Weird question and probably a useless one for those who know the answer but... Why is a keycode via Javascript (k=75) is different than the B4A keycode (k=39)...? Thanks. Y.
Erel B4X founder Staff member Licensed User Longtime User Jul 19, 2018 #2 Because there is no relation between them. B4A keycodes are based on Android keycodes. Upvote 0
Yvon Steinthal Active Member Licensed User Longtime User Jul 23, 2018 #3 I see, Thank you Erel. Upvote 0