Space key binding
Open
@geier is already working on this.
Since Jan 10, 2019.
type: documentation
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 233
- Avg merge
- 1h 44m
- Merged PRs (30d)
- 1
Description
I got a problem with my space buttons binding :
- In calendar mode Doesn’t trigger the list mode but
enterdoes - In list mode Doesn’t trigger the view mode but
enterdoes - In view mode Goes back to the list mode but
entergoes to edit mode
Here is my complete keybindings section
[keybindings]
delete = d
down = down, s
export = e
external_edit = meta E
left = left, t, backspace
mark = v
new = c
other = o
quit = q, Q
right = right, n
save = meta enter
search = /
today = g
up = up, r
view = space, enter
I used ikhal with the -v flag but I got no message on my ineffective space press.
Thanks for your work !
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.