You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- For keyboard input emulation, tab key press and Ctrl + I press notifications seem to be equivalent. For example, try pressing each key while entering text in the editor. In most cases, both will do the same.kunif– kunif2021-05-11 10:40:40 +00:00Commented May 11, 2021 at 10:40
- That does explain the issue I'm facing :(. Anyway around this? Perhaps a different code format (128 instead of 39) or not using a keyboard emulation?Leswouter– Leswouter2021-05-11 11:26:43 +00:00Commented May 11, 2021 at 11:26
- TAB is from the Extended Code 39 family. Can you check and make sure your scanner is set for Extended? It looks like it's reading standard Code 39 if you're getting the literal characters instead of the tabcharlesbridge– charlesbridge2021-05-11 11:55:00 +00:00Commented May 11, 2021 at 11:55
- If the scanner's Code39FullASCII setting is enabled, receiving Ctrl+I or Tab would be correct. Since Ctrl+I and Tab are equivalent, should the same operation be performed regardless of which notification is given? Or if you want to receive $I, why not disable the Code39FullASCII setting?kunif– kunif2021-05-11 12:39:14 +00:00Commented May 11, 2021 at 12:39
- I need to receive a tab as I want it to jump to the next field and fill in the correct information. CTRL+I however is opening the favorites in internet explorer (which is where the web form is used in our warehouse management system). So if my barcode is 'Stackoverflow$Icode39' it would fill in Stackoverflow and then open the favorites tab and do nothing anymore. So unfortunately I really need the scanner/PC to read it as TAB and not as ctrl+I. With extended code I guess u mean FULLASCII? In which case, yes I've tried turning that on already but didn't help :(Leswouter– Leswouter2021-05-11 12:44:36 +00:00Commented May 11, 2021 at 12:44
| Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. python-3.x), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you