<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: K</title>
    <description>The latest articles on Forem by K (@awesome-friday).</description>
    <link>https://forem.com/awesome-friday</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2734668%2F4979bd2a-9dd1-4828-9f4d-2d5eb5ff92c9.JPG</url>
      <title>Forem: K</title>
      <link>https://forem.com/awesome-friday</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/awesome-friday"/>
    <language>en</language>
    <item>
      <title>On AI Serivces, press Enter for a new line, Shift/Ctrl/Cmd + Enter to send the prompts!</title>
      <dc:creator>K</dc:creator>
      <pubDate>Thu, 11 Sep 2025 15:39:08 +0000</pubDate>
      <link>https://forem.com/awesome-friday/on-ai-serivces-press-enter-for-a-new-line-shiftctrlcmd-enter-to-send-the-prompts-59nf</link>
      <guid>https://forem.com/awesome-friday/on-ai-serivces-press-enter-for-a-new-line-shiftctrlcmd-enter-to-send-the-prompts-59nf</guid>
      <description>&lt;h2&gt;
  
  
  Problem
&lt;/h2&gt;

&lt;p&gt;How do you usually write prompts when using Claude, ChatGPT or other AI services?&lt;/p&gt;

&lt;p&gt;I tend to write longer texts or complex questions in Notion first and then paste them, but for short questions or small edits, I just type directly into the prompt box.&lt;/p&gt;

&lt;p&gt;BUT—adding a line break in the prompt box requires &lt;code&gt;Shift&lt;/code&gt;+&lt;code&gt;Enter&lt;/code&gt;, and:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The &lt;code&gt;Shift&lt;/code&gt; key often gets ignored — am I the only one?&lt;/li&gt;
&lt;li&gt;Or I accidentally hit &lt;code&gt;Enter&lt;/code&gt; while trying to add a line break&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Every time that happens, I have to stop the AI, scroll back up, and fix my question. It’s fine once or twice — but when you’re busy, &lt;strong&gt;it’s a real test of patience&lt;/strong&gt; 😇&lt;/p&gt;

&lt;p&gt;So I made a simple solution for this!&lt;/p&gt;

&lt;p&gt;You can save it as a &lt;strong&gt;bookmark&lt;/strong&gt; or &lt;strong&gt;run it automatically&lt;/strong&gt; using &lt;a href="https://www.tampermonkey.net/index.php" rel="noopener noreferrer"&gt;Tampermonkey&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Solution: &lt;a href="https://gist.github.com/kanginXD/e15902f4b700b16532abb5bf6d22b3a2#file-flip-enter-js" rel="noopener noreferrer"&gt;FlipEnter&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://gist.github.com/kanginXD/e15902f4b700b16532abb5bf6d22b3a2#file-flip-enter-js" rel="noopener noreferrer"&gt;GitHub Gist | FlipEnter&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;Enter&lt;/code&gt; → create a new line&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;Shift&lt;/code&gt;/&lt;code&gt;Ctrl&lt;/code&gt;/&lt;code&gt;Cmd&lt;/code&gt; + &lt;code&gt;Enter&lt;/code&gt; → send the prompt&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Supported Websites
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Claude&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ChatGPT&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Gemini&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Perplexity&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Grok&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;v0&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to use?
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Bookmark
&lt;/h3&gt;

&lt;p&gt;Save it as a bookmark, click to enable &lt;strong&gt;FlipEnter&lt;/strong&gt;. Keep it in your toolbar for easy access.&lt;/p&gt;

&lt;p&gt;⚠️ &lt;strong&gt;DO NOT include the&lt;/strong&gt; &lt;code&gt;==UserScript==&lt;/code&gt; &lt;strong&gt;section!&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Name : &lt;strong&gt;FlipEnter&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;URL : &lt;code&gt;javascript:PASTE_CODE_HERE&lt;/code&gt;

&lt;ul&gt;
&lt;li&gt;e.g., &lt;code&gt;javascript:(() =&amp;gt; { 'use strict'; ... })();&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tampermonkey
&lt;/h3&gt;

&lt;p&gt;Run &lt;strong&gt;FlipEnter&lt;/strong&gt; automatically using &lt;a href="https://www.tampermonkey.net/index.php" rel="noopener noreferrer"&gt;Tampermonkey&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install &lt;a href="https://www.tampermonkey.net/index.php" rel="noopener noreferrer"&gt;Tampermonkey&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Copy &amp;amp; paste the full script and save&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Chromium-based browsers require permission. &lt;a href="https://www.tampermonkey.net/faq.php?locale=en#Q209" rel="noopener noreferrer"&gt;Check the official FAQ&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you found this helpful, please ⭐️ it on GitHub and share it with others!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>tooling</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
