go2next by enter - Forum

Forum Navigation
You need to log in to create posts and topics.

go2next by enter

hello everyone

I want to by pressing Enter button

go to next text entry or combobox or other object type

Please guide me.

 

Hi!

Use command: Focusobject

Set focus on a given object (in other words, make the object available for entering data from the keyboard). This command is primarily used to activate text input fields. If the object does not provide the ability to enter data from the keyboard, the command will simply be ignored.

Use variable: [FocusedObject]

Read-only. The name of the subject in focus.

@vadim Thank you
How to use the Focusobject command to go to the next field "by pressing the Enter key"
There is no need to use the this command on any object.

See an example in the attachment.
But it is possible that not all objects will take focus in this way.
To transfer focus, usually use the Tab key. And the focus order is predefined through the Arrange menu.

Uploaded files:
  • You need to login to have access to uploads.
proforma.guyot has reacted to this post.
proforma.guyot

@s7shanbe

In the project attached above, I placed the code on the “Next” button and set “Enter” as a hot key in the properties of this button. You can move this button off the page. In this case, the user will not see the button, but the Enter hotkey will work.

s7shanbe has reacted to this post.
s7shanbe

@ Vadim thank you
I want to change the input language by entering textentry

@s7shanbe Please create a new topic for each new question.

You can try using the plugin:
zmFunctions 1.0b (Peter Pavlov)

zmKBChangeLayout = Change the keyboard layout for the currently active window.

zmKBGetLayout = Get the current keyboard layout of the active window.

s7shanbe has reacted to this post.
s7shanbe
Open chat
1
Do you need more info?
Hi, do you have any doubt?