{"id":1286,"date":"2021-06-12T14:55:27","date_gmt":"2021-06-12T05:55:27","guid":{"rendered":"https:\/\/barcodemanager.azurewebsites.net\/?page_id=1286"},"modified":"2022-07-13T16:52:22","modified_gmt":"2022-07-13T07:52:22","slug":"6-3-2","status":"publish","type":"page","link":"https:\/\/barcodemanager.azurewebsites.net\/en\/business\/docs\/6-3-2\/","title":{"rendered":"6.3.2 SendKeys"},"content":{"rendered":"\n
(*This function is not available in the version currently published in the store)<\/p>\n\n\n\n
Manages Sendkeys settings.<\/p>\n\n\n\n
First, open the app\u2019s settings screen. In the tab at the top of the app, select\u201cSettings\u201d to display the settings screen.<\/p>\n\n\n
Then, click “Keyboard<\/strong>” in the “Data Transfer<\/strong>” section of the settings screen.<\/p>\n\n\n To register new, at the top of the screen click the To edit an existing setting, click the setting you want to edit on the list screen to display the action menu, and then click Edit<\/strong>.<\/p>\n\n\n Set the keyboard operation to be sent on the “Keyboard Editor” window.<\/p>\n\n\n When you press each button to the right of “Add Key:”, the code that specifies the keyboard operation to send is inserted in the editor box.<\/p>\n\n\n Code that specifies keyboard operation<\/strong> *Specifying the number of characters in barcode data<\/strong> Example) When you have finished editing, press the OK button to save your settings.<\/p>\n\n\n\n To clear the Sendkeys settings, select Erase from the action menu.<\/p>\n\n\n\n To clear all settings, on the SendKeys screen, click the Select Clear All<\/strong> from the action menu.<\/p>\n\n\n\n To set the delay between characters, on the SendKeys screen, click the Select Intercharacter Delay<\/strong> from the action menu. <\/p>\n\n\n\n On the Intercharacter Delay screen\u3001specifies the delay time in milliseconds (0 to 500).<\/p>\n\n\n Press the OK button to save the settings. <\/p>\n\n\n\n *When setting smaller than the default value (100ms), make sure that the destination application can receive the barcode data correctly.<\/p>\n\n\n\n “New” button.<\/p>\n\n\n\n
Barcode Data\uff1a{Barcode_Data}
Enter key\uff1a{Enter}
Tab key\uff1a{Tab}<\/p>\n\n\n\n
Barcode data can be sent in whole or in part. The setting example is as follows.<\/p>\n\n\n\n
{Barcode_Data}\uff1aSend all data.
{Barcode_Data 0:5}\uff1aThe first 5 characters of the data will be sent.
{Barcode_Data 3:5}\uff1aSkip the first 3 characters of the data and send 5 characters from the 4th character.
{Barcode_Data 5:0}\uff1aSkip the first 5 characters of the data and send from the 6th character to the end.<\/p>\n\n\n\n “More” button in the upper right to display the menu.<\/p>\n\n\n\n
Intercharacter Delay Setting<\/h3>\n\n\n\n
“More” button in the upper right to display the menu. <\/p>\n\n\n