Skip to content

Commit

Permalink
Allow suppr key to delete tag (Gbuomprisco#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
marob authored and Gbuomprisco committed Nov 19, 2019
1 parent 4b177cc commit 03875e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const ACTIONS_KEYS = {

export const KEY_PRESS_ACTIONS = {
8: ACTIONS_KEYS.DELETE,
46: ACTIONS_KEYS.DELETE,
37: ACTIONS_KEYS.SWITCH_PREV,
39: ACTIONS_KEYS.SWITCH_NEXT,
9: ACTIONS_KEYS.TAB
Expand Down

0 comments on commit 03875e1

Please sign in to comment.