You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an extension of the issue enable keychords of 3 or more steps #6966 for the usecase of a BRIEF (Basic Reconfiguable In teractive Editting Facility) Editor Key Emulation.
For this there is a need to be able to execute Chord keystroke commands immediately at each step if so desired.
with the Home and END keys, first HOME to goto the beginning of the line, HOME HOME to the top of the current window, then HOME HOME HOME to goto the top of the document. END behaves simularly, end of line, bottom of window, and end of document.
For this I am proposing the following simple flag immediate: true, this executes each command immediately and still continues to for a chord where valid.
This is an extension of the issue enable keychords of 3 or more steps #6966 for the usecase of a BRIEF (Basic Reconfiguable In teractive Editting Facility) Editor Key Emulation.
For this there is a need to be able to execute Chord keystroke commands immediately at each step if so desired.
with the Home and END keys, first HOME to goto the beginning of the line, HOME HOME to the top of the current window, then HOME HOME HOME to goto the top of the document. END behaves simularly, end of line, bottom of window, and end of document.
For this I am proposing the following simple flag
immediate: true
, this executes each command immediately and still continues to for a chord where valid.keymap example :-
The text was updated successfully, but these errors were encountered: