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

if there is not other character before '&', the hotkey will not work #23

Closed
Freed-Wu opened this issue Apr 4, 2020 · 0 comments · Fixed by #41
Closed

if there is not other character before '&', the hotkey will not work #23

Freed-Wu opened this issue Apr 4, 2020 · 0 comments · Fixed by #41

Comments

@Freed-Wu
Copy link
Contributor

Freed-Wu commented Apr 4, 2020

let content = [  ['&1', 'echo 100' ],  ['&2', 'echo 200' ],  ['&3', 'echo 300' ],  ['&4' ],  ['&5', 'echo 500' ], ]
let opts = {'title': 'select one'}
call quickui#listbox#open(content, opts)

press 1,2..will not work

thanks!

@Freed-Wu Freed-Wu changed the title if there is not space before '&', the hotkey will not work if there is not other character before '&', the hotkey will not work Apr 4, 2020
@Freed-Wu Freed-Wu mentioned this issue Sep 15, 2020
skywind3000 added a commit that referenced this issue Sep 15, 2020
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

Successfully merging a pull request may close this issue.

1 participant