Skip to content

Commit

Permalink
Update ShortcutRecorder to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akitchen committed Dec 30, 2023
1 parent 4849eb6 commit 5810f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycastr/Externals/ShortcutRecorder
Submodule ShortcutRecorder updated 38 files
+12 −0 CHANGES.md
+4 −3 README.md
+2 −2 ShortcutRecorder.xcodeproj/project.pbxproj
+2 −2 Sources/ShortcutRecorder/Info.plist
+3 −3 Sources/ShortcutRecorder/Resources/ca.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/cs.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/de.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/el.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/en.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/es.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/fr.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/it.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/ja.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/ko.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/nb.lproj/ShortcutRecorder.strings
+4 −4 Sources/ShortcutRecorder/Resources/nl.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/pl.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/pt-BR.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/pt.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/ro.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/ru.lproj/ShortcutRecorder.strings
+4 −4 Sources/ShortcutRecorder/Resources/sk.lproj/ShortcutRecorder.strings
+3 −3 Sources/ShortcutRecorder/Resources/sv.lproj/ShortcutRecorder.strings
+4 −4 Sources/ShortcutRecorder/Resources/th.lproj/ShortcutRecorder.strings
+12 −12 Sources/ShortcutRecorder/Resources/zh-Hans.lproj/ShortcutRecorder.strings
+10 −10 Sources/ShortcutRecorder/Resources/zh-Hant.lproj/ShortcutRecorder.strings
+6 −174 Sources/ShortcutRecorder/SRKeyCodeTransformer.m
+0 −23 Sources/ShortcutRecorder/SRModifierFlagsTransformer.m
+5 −5 Sources/ShortcutRecorder/SRRecorderControl.m
+2 −2 Sources/ShortcutRecorder/SRRecorderControlStyle.m
+17 −57 Sources/ShortcutRecorder/SRShortcut.m
+0 −28 Sources/ShortcutRecorder/SRShortcutValidator.m
+4 −23 Sources/ShortcutRecorder/include/ShortcutRecorder/SRKeyCodeTransformer.h
+0 −7 Sources/ShortcutRecorder/include/ShortcutRecorder/SRModifierFlagsTransformer.h
+0 −7 Sources/ShortcutRecorder/include/ShortcutRecorder/SRRecorderControl.h
+1 −1 Sources/ShortcutRecorder/include/ShortcutRecorder/SRRecorderControlStyle.h
+0 −57 Sources/ShortcutRecorder/include/ShortcutRecorder/SRShortcut.h
+0 −10 Sources/ShortcutRecorder/include/ShortcutRecorder/SRShortcutValidator.h

0 comments on commit 5810f53

Please sign in to comment.