We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shoes 3.2 has a new edit_line.finish method to detect enter key vs return key.
Shoes.app do stack do @el = edit_line do |e| para e.text+"\n" end @el.finish = proc { |slf| para "enterkey #{slf.text}\n" } end end
OSX implementation is broken.
The text was updated successfully, but these errors were encountered:
I can't replicated this bug - everything seems fine.
Sorry, something went wrong.
47c9172
ccoupe
No branches or pull requests
Shoes 3.2 has a new edit_line.finish method to detect enter key vs return key.
OSX implementation is broken.
The text was updated successfully, but these errors were encountered: