Skip to content

Commit

Permalink
Push fix to Keyboardshortcuts rule
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterf committed May 9, 2023
1 parent 5710d08 commit 87512ed
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions styles/Splunk/Keyboardshortcuts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ swap:
'Ctrl': "Use Control unless there's a space constraint"
'Del': "Use Delete unless there's a space constraint"
'Esc': "Use Escape unless there's a space constraint"
'Alt \+': "Alt+"
'Cmd \+': "Command+"
'Command \+': "Command+"
'Control \+': "Control+"
'Ctrl \+': "Control+"
'Del \+': "Delete+"
'Delete \+': "Delete+"
'Esc \+': "Escape+"
'Escape \+': "Escape+"
'Option \+': "Option+"
'Shift \+': "Shift+"
'Alt \+ ': "Alt+"
'Cmd \+ ': "Command+"
'Command \+ ': "Command+"
'Control \+ ': "Control+"
'Ctrl \+ ': "Control+"
'Del \+ ': "Delete+"
'Delete \+ ': "Delete+"
'Esc \+ ': "Escape+"
'Escape \+ ': "Escape+"
'Option \+ ': "Option+"
'Shift \+ ': "Shift+"

0 comments on commit 87512ed

Please sign in to comment.