Bind key as `key` instead of `.key`
See original GitHub issueHi, Thanks for vue-firestore, love it’s simplicity.
I don’t understand the logic behind the .key
key. Could it be possible to bind keys as key
instead?
I find it much easier to write item.key
instead of item[".key"]
Or am I missing something?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How to Bind Keys to Different Keys on Your Keyboard
Click the program's "Add" button, and the Add New Key Mapping window displays a list of "From" keys on the left and list...
Read more >java - How to use Key Bindings instead of Key Listeners
This answer explains and demonstrates how to use key bindings instead of key listeners for educational purpose. It is not.
Read more >Bind - Valve Developer Community
bind is a console command used to bind a key to one or several other commands. Typically, when keys are bound, the corresponding...
Read more >Choosing Keys To Bind - EmacsWiki
This page is about choosing keys to bind and keymaps to bind them in. ... consider temporarily using the right shift-key instead… )....
Read more >Mastering Key Bindings in Emacs
In order to actually bind a key you must first tell Emacs what key you intend to use. Unfortunately there's more than one...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, feel free to open a pull request for this 👍
Let me know what you think.