Skip to content

Tab key support to add tags#13

Closed
arbaouimehdi wants to merge 1 commit intosniperwolf:masterfrom
arbaouimehdi:patch-1
Closed

Tab key support to add tags#13
arbaouimehdi wants to merge 1 commit intosniperwolf:masterfrom
arbaouimehdi:patch-1

Conversation

@arbaouimehdi
Copy link

Tab key support to add tags

Tab key support to add tags
@sniperwolf
Copy link
Owner

Hi @Arbaoui-Mehdi,

I think that this is not the right way to do it. I will add an option that accept an object with two property (add and remove, or something like that) that contains an array with keys and then, if it is set, these arrays will be merged inside the add_key or the remove_key.

I'll let you know when this is ready 👍

@sniperwolf
Copy link
Owner

All right @Arbaoui-Mehdi, update to v1.3.1 to add the tab key as add Special key. Read this to get more info. Simply write:

$tag_box.tagging( "addSpecialKeys", [ "add", { tab: 9 } ] );

Where $tag_box is the tag box.

Let me know 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments