Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple lines tab indent/unindent #199

Open
jnko opened this issue Feb 6, 2025 · 0 comments
Open

Multiple lines tab indent/unindent #199

jnko opened this issue Feb 6, 2025 · 0 comments

Comments

@jnko
Copy link

jnko commented Feb 6, 2025

Nearly every text editor has tha capability to indent/unindent multiple lines by simply pressing the "tab" key.
ox just delete the lines and inserts a tab.

It would be nice to implement that functionality.

My other idea was to create this via a plugin.
There are before and after key events in ox. But is there a way to suppress a key press event?
This way I could modify the quickcomment plugin to realize the indent/unindent function. But for that it would be nessesary to suspress a keypress completely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant