04-30-2019 10:12 AM
I am trying to use the physical buttons on the bottom of a Panasonic FZ-G1 tablet. There are 7 physical buttons, A1, A2, Volume Down, Volume Up, Windows key, Rotate Lock and Power. I am interested in using the A1 and possibly the A2 button.
I was assuming that they might look like a keyboard. I've tried using a Key Down? event. Looking at VKey in the event data shows VolumeUp or VolumeDown for their respective keys, but nothing for A1 or A2. I've tried the VIs in the Connectivity>Input device Control pallet, but no results as a keyboard, mouse or joystick for any of the buttons.
Anybody have any ideas? Thanks.
Solved! Go to Solution.
04-30-2019 01:53 PM
Seems I figured it out. In Control Panel>Tablet PC Settings, there is a Buttons tab where I was able to change the function of the A1 and A2 buttons. I selected the Action "Press a Key or Key Combination" and made that combination "Ctrl+Shift+1." Then using the Acquire Input Data.vi I get 1, LCONTROL, LSHIFT, in the output array. Using the Key Down? event, I get ! (33) in the Char event data and Shift and Control in the PlatMods data. Easy peasy!
03-02-2020 07:02 AM
OK - excellent solution but ... How might I automate the setting up of the buttons action - preferably from inside LabVIEW or possibly a batch file?
10-23-2021 12:13 PM
Hi, I have a similar issue in a FZ-G1, at the BIOS the A2 button appears assigned to the F2 key, but in Windows10 at Control Panel, Tablet PC settings only the A1 button appears to be configured and there's no option to add another button.
Do you have any suggestion to proceed ?
Thanks in advance.
04-11-2022 02:58 PM
Is your fz-g1 equipped with the barcode reader option?
if so, the A2 button always set to activate the reader.
03-30-2023 01:53 AM - edited 03-30-2023 01:54 AM
I managed to configure the buttons directly by writing to the following registry key:
HKCU\Control Panel\\TabletPC\\ButtonMaps
What I did:
Similar should be possible using a batch file that writes a *.reg file.