From 87512ed137033951abe88f493534ad8e22b731c1 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Tue, 9 May 2023 11:52:19 +0200 Subject: [PATCH] Push fix to Keyboardshortcuts rule --- styles/Splunk/Keyboardshortcuts.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/styles/Splunk/Keyboardshortcuts.yml b/styles/Splunk/Keyboardshortcuts.yml index 977a46c..22e9acd 100644 --- a/styles/Splunk/Keyboardshortcuts.yml +++ b/styles/Splunk/Keyboardshortcuts.yml @@ -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+"