<?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>DEV Community: Abhilash Eggadi</title>
    <description>The latest articles on DEV Community by Abhilash Eggadi (@abhilash_eggadi).</description>
    <link>https://dev.to/abhilash_eggadi</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4030506%2F3187514c-2a64-4d37-a9b5-358d353d8a43.png</url>
      <title>DEV Community: Abhilash Eggadi</title>
      <link>https://dev.to/abhilash_eggadi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abhilash_eggadi"/>
    <language>en</language>
    <item>
      <title>The Desktop Friction Tax: Why Web Apps Ignore Our Keyboards</title>
      <dc:creator>Abhilash Eggadi</dc:creator>
      <pubDate>Wed, 15 Jul 2026 13:49:19 +0000</pubDate>
      <link>https://dev.to/abhilash_eggadi/the-desktop-friction-tax-why-web-apps-ignore-our-keyboards-30g5</link>
      <guid>https://dev.to/abhilash_eggadi/the-desktop-friction-tax-why-web-apps-ignore-our-keyboards-30g5</guid>
      <description>&lt;p&gt;&lt;strong&gt;Why do so many web apps completely ignore the keyboard?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I was using Canva the other day, and it’s so smooth—you select an element, hit 'delete', or use shift + arrow keys to move stuff around. It just works.&lt;br&gt;
But then I switched over to WhatsApp Web, and trying to delete a message felt like a whole workout. You have to click a dropdown, click delete, manually check boxes, move your cursor all the way to a delete icon, and then confirm a popup modal. Why is there so much friction for a basic action?&lt;/p&gt;

&lt;p&gt;As a tech student, I started thinking about why developers build desktop apps like this, and I think it comes down to three things:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The Mobile-First Trap&lt;/strong&gt;: Teams build the mobile app first. When they port it to the web, they just copy-paste the mobile UI buttons instead of writing separate event listeners for physical keyboards.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fear of Browser Conflicts&lt;/strong&gt;: Developers are scared that mapping keys like 'Delete' will mess with browser shortcuts or delete text in a search bar. But apps like Canva or Figma prove you can easily handle this with smart focus logic.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Catering to the Lowest Common Denominator&lt;/strong&gt;: They design strictly for casual mouse users, completely forgetting about power users who want speed.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Honestly, we need some universal keyboard standards for web apps so we don't have to keep playing target practice with our mouse cursors. Something simple like this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; &lt;strong&gt;Delete Item&lt;/strong&gt;: Just use the Delete key (instead of a 4-click dropdown menu nightmare).&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Close Popups/Modals&lt;/strong&gt;: Hit Esc (instead of hunting for a tiny 'X' icon).&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Select Multiple&lt;/strong&gt;: Shift + Click or Arrow Keys (instead of clicking 20 separate checkboxes).&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;Confirm Popups&lt;/strong&gt;: Hit Enter (instead of moving the mouse to click 'OK').
If we have a physical keyboard right in front of us, web apps should let us use it. Stop treating desktop monitors like giant iPads.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What’s the most annoying web app layout you’ve run into lately? Let me know.&lt;/p&gt;

</description>
      <category>ux</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
