Skip to content

Commit

Permalink
Fix autohotkey script
Browse files Browse the repository at this point in the history
Closes #42
  • Loading branch information
codetheweb committed Dec 17, 2022
1 parent d32a499 commit f016197
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/save-keyboard-script-for-software.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const getAutoHotkeyScript: ScriptGen = (sections, shortcutKey) => {

script += sectionSends.join(' Send, %A_Tab%\n');
script += ' Send, {enter}';
script += 'Return';

return script;
};
Expand Down

1 comment on commit f016197

@vercel
Copy link

@vercel vercel bot commented on f016197 Dec 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.