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

Suggestion: more commands #2

Open
2 tasks
ghost opened this issue May 16, 2023 · 0 comments
Open
2 tasks

Suggestion: more commands #2

ghost opened this issue May 16, 2023 · 0 comments

Comments

@ghost
Copy link

ghost commented May 16, 2023

	QuitKeys     = key.NewBinding(key.WithKeys("q", "esc", "ctrl+c"))
	SwitchBox    = key.NewBinding(key.WithKeys("tab"))
	NextPage     = key.NewBinding(key.WithKeys("h", "left"))  // go left
	PreviousPage = key.NewBinding(key.WithKeys("l", "right")) // go left

Those are all the commands available. I suggest to incorpore where N is the line number for moving to page N and also gg and G to go to the top or to the bottom of the quran respectively.

In addition I have another suggestion, to make a quickmark in Quran, the command will be useful for it.

So, the relevant tasks are:

  • commands for moving over the quran pages.
  • command to make a quickmark in the current page.

I have to mention that this app is so useful for me and I am very grateful to the developer/s that made it.

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

0 participants