<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>keyboard-shortcuts on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/keyboard-shortcuts/</link>
    <description>Recent content in keyboard-shortcuts on S Anand</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 19 Mar 2026 20:01:24 +0530</lastBuildDate>
    <atom:link href="https://www.s-anand.net/blog/tag/keyboard-shortcuts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Rofi vs Kanata</title>
      <link>https://www.s-anand.net/blog/rofi-vs-kanata/</link>
      <pubDate>Sun, 01 Mar 2026 15:25:48 +0800</pubDate>
      <guid>https://www.s-anand.net/blog/rofi-vs-kanata/</guid>
      <description>&lt;!--
Chats asking for Kanata use cases:
https://chatgpt.com/c/697d67a3-89d8-83a4-ad61-e905d2598abb
https://claude.ai/chat/b29d22da-6189-4c46-93b2-e64502fa6ee7
https://gemini.google.com/app/91a7e0c2ab8e1eae
--&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/jtroo/kanata&#34;&gt;Kanata&lt;/a&gt; might be the most useful tool I can&amp;rsquo;t find a use for.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s a cross-platform keyboard mapper. Some cool features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Make any key a modifier&lt;/strong&gt;. Ctrl, Shift, Alt, etc. are modifiers. But we can make it so that pressing Space + I/J/K/L maps to Up/Left/Down/Right.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Chords&lt;/strong&gt;. You can map any &lt;em&gt;sequence&lt;/em&gt; of keys to anything else. For example, Alt + G, then C can type &lt;code&gt;git commit -m&amp;quot;Experimenting&amp;quot; [ENTER]&lt;/code&gt;. Ctrl + M, then Down, can reduce the music volume by 10%.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Toggles&lt;/strong&gt;. Double-clicking Caps Lock activates capitalization for the current word, and once you type a non-letter, it turns off. Or double-clicking Ctrl can turn on &amp;ldquo;gaming mode&amp;rdquo; where WASD becomes arrow keys, and double-clicking again turns it off.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tap Dance&lt;/strong&gt;. Double-clicking left-shift can turn on Caps Lock. Triple-clicking turns it off. Quadruple-clicking &amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;hellip; and there&amp;rsquo;s &lt;em&gt;lots&lt;/em&gt; more.&lt;/p&gt;
&lt;p&gt;Unfortunately, I have not been able to find a single use in practice. My main bottleneck is that I don&amp;rsquo;t remember the shortcuts. So, instead, I use &lt;a href=&#34;https://github.com/davatorium/rofi&#34;&gt;rofi&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://github.com/davatorium/rofi&#34;&gt;Rofi&lt;/a&gt; is a programmable menu launcher. The great thing is that I don&amp;rsquo;t need to remember stuff. When I &lt;a href=&#34;https://github.com/sanand0/scripts/blob/6c7ac7ab91ff726a60b700caf5808213fbb6032a/setup/media-keys.dconf#L45-L61&#34;&gt;map it to keyboard shortcuts&lt;/a&gt;, it pops up a menu and I pick what I need.&lt;/p&gt;
&lt;p&gt;I use it to:&lt;/p&gt;
&lt;p&gt;#1: &lt;strong&gt;&lt;a href=&#34;https://github.com/sanand0/scripts/blob/4e514e2128f25b78b3a7b0ad5324887b4d96161c/rofi-files.sh&#34;&gt;Open any file&lt;/a&gt; or &lt;a href=&#34;https://github.com/sanand0/scripts/blob/4e514e2128f25b78b3a7b0ad5324887b4d96161c/rofi-chrome-tabs.sh&#34;&gt;browser tab&lt;/a&gt;&lt;/strong&gt; with &lt;code&gt;Ctrl + Alt + F&lt;/code&gt;.
This is my most used shortcut. It replaces &lt;a href=&#34;https://www.voidtools.com/&#34;&gt;Everything&lt;/a&gt; for files, and &lt;a href=&#34;https://support.google.com/chrome/answer/2391819?sjid=6582210427121552745-NC#:~:text=find%20the%20specific%20tab&#34;&gt;Chrome Search Tab&lt;/a&gt; with a single shortcut.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2026-03-01-rofi-ctrl-alt-f-files-browser.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;#2: &lt;strong&gt;&lt;a href=&#34;https://github.com/sanand0/scripts/blob/974d716338563f4a392a61bc67d66db1b99c8262/rofi-prompts.sh&#34;&gt;Paste any prompt fragment&lt;/a&gt;&lt;/strong&gt; with &lt;code&gt;Ctrl + Alt + P&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This is especially useful when adding a prompt fragment, like &lt;a href=&#34;https://www.s-anand.net/blog/ai-expert-lens/&#34;&gt;Expert Lens&lt;/a&gt; in the middle of a prompt, or &lt;a href=&#34;https://github.com/sanand0/blog/blob/main/pages/prompts/analyze-call-recording.md&#34;&gt;analyzing call recordings&lt;/a&gt; a dozen times a day.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2026-03-01-rofi-ctrl-alt-p-prompts.webp&#34;&gt;&lt;/p&gt;
&lt;p&gt;#3: &lt;strong&gt;&lt;a href=&#34;https://github.com/sanand0/scripts/blob/974d716338563f4a392a61bc67d66db1b99c8262/rofi-clip.sh&#34;&gt;Edit the clipboard&lt;/a&gt;&lt;/strong&gt; with &lt;code&gt;Ctrl + Alt + M&lt;/code&gt; (for Markdown).&lt;/p&gt;
&lt;p&gt;This is a killer feature. I often use it to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Copy from email/chat and paste it in ChatGPT as Markdown&lt;/li&gt;
&lt;li&gt;Copy from ChatGPT and remove the em-dashes and non-ASCII characters&lt;/li&gt;
&lt;li&gt;Convert Markdown to Unicode for LinkedIn&lt;/li&gt;
&lt;li&gt;Convert Markdown to rich test for pasting in emails or chat&lt;/li&gt;
&lt;li&gt;Creating a ChatGPT / Claude / Google AI mode link from a piece of text&lt;/li&gt;
&lt;li&gt;&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2026-03-01-rofi-ctrl-alt-m-markdown-clipboard.webp&#34;&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;I&amp;rsquo;m still keen to find a use for Kanata, but for now, my use of Rofi will continue to grow.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;19 Mar 2026&lt;/strong&gt;: The &lt;a href=&#34;https://crescentro.se/posts/compose-key/&#34;&gt;Compose key&lt;/a&gt; is meant to combine two keystrokes to create a new character - which Kanata offers as a feature with &lt;em&gt;any&lt;/em&gt; key.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Things I Learned - 11 Jan 2026</title>
      <link>https://www.s-anand.net/blog/things-i-learned-11-jan-2026/</link>
      <pubDate>Sun, 11 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/things-i-learned-11-jan-2026/</guid>
      <description>&lt;p&gt;This week, I learned:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.softwareheritage.org/&#34;&gt;Software Heritage&lt;/a&gt; is a non-profit that archives software. You can &lt;a href=&#34;https://archive.softwareheritage.org/save/&#34;&gt;submit any Git repo&lt;/a&gt; for archival. Over 400 million projects have been archived so far.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/36085.Everything_Bad_is_Good_for_You&#34;&gt;Everything Bad Is Good For You&lt;/a&gt; by Steven Johnson (2005) argues that pop culture isn&amp;rsquo;t all bad. But it isn&amp;rsquo;t all good either, unlike the book&amp;rsquo;s claims. &lt;a href=&#34;https://claude.ai/share/15255c7e-c9ec-4251-8837-321612597c49&#34;&gt;Claude&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Popular culture formats (e.g. video games, manga, soap operas, game shows) are steadily more cognitively demanding, complex.&lt;/li&gt;
&lt;li&gt;They provide a dopamine kick from problem-solving.&lt;/li&gt;
&lt;li&gt;These may have led to the Flynn Effect (rising IQs in 1990s-2000s). Or it may be due to nutrition, smaller families, education, etc.&lt;/li&gt;
&lt;li&gt;Action games correlate with visual-spatial skills. Strategy games correlate with memory, planning. But is it causation? It doesn&amp;rsquo;t always translate to real-world skills.&lt;/li&gt;
&lt;li&gt;Also, side effects are real and bad: screen-time, addiction, misinformation, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;The purpose of a featured image in a blog post is to help readers decide whether to read it. Share the article&amp;rsquo;s output/focus (e.g. for data stories, products). Else a visual summary (e.g. sketchnote, comic capturing the essence). Else skip. Avoid stock photos. &lt;a href=&#34;https://gemini.google.com/u/2/app/a465e10b89d53dbc&#34;&gt;#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://nflsavant.com/about.php&#34;&gt;NFLSavant.com&lt;/a&gt; has play-by-play data for NFL games.&lt;/li&gt;
&lt;li&gt;Ten of the least well known psychology / sociology research findings. &lt;a href=&#34;https://chatgpt.com/share/695cd05c-df64-8003-87e1-ad47ed8ef2a1&#34;&gt;ChatGPT&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Learning styles are a myth. People might &lt;em&gt;prefer&lt;/em&gt; visual / audio / &amp;hellip; learning but it doesn&amp;rsquo;t help learning. &lt;strong&gt;Mix learning modes&lt;/strong&gt;. NotebookLM can help.&lt;/li&gt;
&lt;li&gt;Casual acquaintances help find new information or jobs much more than close friends, since they&amp;rsquo;re in different social circles. &lt;strong&gt;Nurture weak ties&lt;/strong&gt;. Use a relationship architect.&lt;/li&gt;
&lt;li&gt;Tell a lie often enough and people mistake familiarity for truth. &lt;strong&gt;Fact-check habitually&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;The more you see / hear something the more you like it. (Exposure effect.) &lt;strong&gt;Expose to good things&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;When others mess up, we blame them. When we mess up, we blame the situation. (Attribution error.) &lt;strong&gt;Pause before judging&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Sometimes, rewarding people makes them like doing it less. (Overjustification effect.)&lt;/li&gt;
&lt;li&gt;People who know less over-estimate their knowledge. (Dunning-Kruger effect.) &lt;strong&gt;Habitualize calibration&lt;/strong&gt; via feedback and tests.&lt;/li&gt;
&lt;li&gt;People do worse when they&amp;rsquo;re afraid their failure will reflect on their stereotype. (Stereotype threat.) &lt;strong&gt;Practice emotional resets&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Higher expectations lead to better performance. (Pygmalion effect.) &lt;strong&gt;Engineer positive expectations&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Benevolent sexism (e.g. protective paternalism) can be harmful too. &lt;strong&gt;Scan for well-meaning bias&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Liberalism =&amp;gt; economic growth, peace and expanding rights. Also colonial violence, exclusions (women, slavery, &amp;hellip;), and eroding community. It is vulnerable to authoritarianism (e.g. emergency powers, recessions). Since 2006, democracy has &lt;em&gt;consecutively&lt;/em&gt; declined, reversing half the progress since WW2. But alternatives are unclear. &lt;a href=&#34;https://claude.ai/public/artifacts/80d7c519-d431-41e5-8916-926ec433499f&#34;&gt;Claude&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Notes from &lt;a href=&#34;https://www.goodreads.com/book/show/427282.The_Periodic_Table&#34;&gt;The Periodic Table&lt;/a&gt; by Primo Levi.
&lt;ul&gt;
&lt;li&gt;Pure Zinc does not dissolve easily in sulphuric acid. An impurity like Copper Sulphate pulls electrons from Zinc and offers them to Hydrogen ions, speeding up the reaction. Impurities, foreign bodies, etc. have a purpose, too.&lt;/li&gt;
&lt;li&gt;Discomfort = Information. Overcoming discomfort = Capability. Capability = Freedom. Therefore: &lt;strong&gt;Seeking discomfort&lt;/strong&gt; (carefully, purposefully) = Building freedom.&lt;/li&gt;
&lt;li&gt;Simple != Easy. Simple = Clear. Clear = Actionable.&lt;/li&gt;
&lt;li&gt;Indifference often feels like malice.&lt;/li&gt;
&lt;li&gt;⭐ Analogies have limits. (The Map is not the Territory.) When using analogies, always explore where, when and why &lt;em&gt;they will break&lt;/em&gt;. Pay close attention near &lt;em&gt;where&lt;/em&gt; they break.&lt;/li&gt;
&lt;li&gt;⭐ Knowledge vanishes with people unless written down. Write &amp;ldquo;Do X. Because of Y. Unless Z changes.&amp;rdquo; The last two are critical.&lt;/li&gt;
&lt;li&gt;I could NOT have read the book without a Randall Munroe re-styling. I cried anyway.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;ldquo;There&amp;rsquo;s about 300-400 that were corporate assets. One watched them all the time. These are people who in 15 years could be CEO. There&amp;rsquo;s something about them that caught your fancy when you were in a meeting&amp;hellip; brilliant ideas that challenged your thinking&amp;hellip; We called them &amp;ldquo;Corporate Assets&amp;rdquo; and tracked them, to make sure we game-planned them, give them the right assignments.&amp;rdquo; &lt;a href=&#34;https://youtu.be/E50ix2Y62y4?t=1613&#34;&gt;Indra Nooyi, The Knowledge Project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The &lt;a href=&#34;https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/accesskey&#34;&gt;accesskey&lt;/a&gt; attribute works a bit like magic. Adding an &lt;code&gt;accesskey=&amp;quot;h&amp;quot;&lt;/code&gt; on a home page link, or an &lt;code&gt;accesskey=&amp;quot;t&amp;quot;&lt;/code&gt; on a theme toggle button automatically enables keyboard shortcuts Alt+H or Alt+T to activate them. (Varies by browser and OS, but hovering shows the shortcut!)&lt;/li&gt;
&lt;li&gt;Familiarity and recency feel like learning but they&amp;rsquo;re not. Instead: Take tests. Review (spaced repetition). Interleave learning. That&amp;rsquo;s what helps. &lt;a href=&#34;https://claude.ai/public/artifacts/8e5076f4-84c9-497a-ad38-d5654ae3f3b4&#34;&gt;Claude&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/18770267-make-it-stick&#34;&gt;Make It Stick (Peter C. Brown, 2014)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/18693655-a-mind-for-numbers&#34;&gt;A Mind for Numbers (Barbara Oakley, 2014)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/44770129-ultralearning&#34;&gt;Ultralearning (Scott Young, 2019)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.goodreads.com/book/show/34507927-how-to-take-smart-notes&#34;&gt;How to Take Smart Notes (Sönke Ahrens, 2017)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    <item>
      <title>No to all in Windows</title>
      <link>https://www.s-anand.net/blog/no-to-all-in-windows/</link>
      <pubDate>Thu, 21 Dec 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/no-to-all-in-windows/</guid>
      <description>&lt;p&gt;Windows has a &amp;ldquo;Yes to all&amp;rdquo; in some of its dialogs &amp;ndash; for example when replacing files. Here&amp;rsquo;s how you can &lt;a href=&#34;http://txpress.blogspot.com/2006/12/using-no-to-all-while-replacing-files.html&#34;&gt;simulate a &amp;ldquo;No to all&amp;rdquo;&lt;/a&gt;. (Just shift-click the &amp;ldquo;No&amp;rdquo; button).&lt;/p&gt;
</description>
    </item>
    <item>
      <title>HTML keyboard shortcuts</title>
      <link>https://www.s-anand.net/blog/html-keyboard-shortcuts/</link>
      <pubDate>Wed, 30 Nov 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/html-keyboard-shortcuts/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://diveintoaccessibility.org/day_15_defining_keyboard_shortcuts.html&#34;&gt;HTML keyboard shortcuts&lt;/a&gt; using the &amp;ldquo;accesskey&amp;rdquo; attribute.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Excel - Never use the mouse</title>
      <link>https://www.s-anand.net/blog/excel-never-use-the-mouse/</link>
      <pubDate>Tue, 01 Nov 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/excel-never-use-the-mouse/</guid>
      <description>&lt;p&gt;I spend a lot of time building models on Excel. I have 4 rules that help me get things done fast.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Never use the mouse&lt;/strong&gt;. The keyboard is much faster.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Never type in data&lt;/strong&gt;. You can always import it.&lt;/li&gt;
&lt;li&gt;Avoid manual labour. Use Excel to &lt;strong&gt;automate the task&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Make your data &lt;strong&gt;visually obvious.&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Let&amp;rsquo;s look at &lt;strong&gt;Rule #1: Never use the mouse.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Using the keyboard can be 10 times faster than the mouse&lt;/strong&gt;. It takes time to move one hand from the keyboard to the mouse, locate the item you want to click at, move the mouse there, adjust it finely so it&amp;rsquo;s pointing at the exact spot, and then click it. For example, to insert text without formatting, I&amp;rsquo;d just go Alt-E, S, enter. It takes half a second. It took me 5 seconds with a mouse. (I timed 10 continuous attempts in both cases.)&lt;/p&gt;
&lt;p&gt;A factor of 10 speed advantage like that is good for two reasons: &lt;strong&gt;it saves you time, and it doesn&amp;rsquo;t distract you&lt;/strong&gt; from what you&amp;rsquo;re doing (provided the keyboard shortcuts have become a habit.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For newbies&lt;/strong&gt;: To use menus using keyboard shortcuts, first go to Start - Settings - Control Panel - Display - Appearance tab - Effects button - Hide underlined letters for keyboard navigation until I press the Alt key. Make sure it is turned off. To use a menu, let&amp;rsquo;s say &amp;ldquo;Insert - Row&amp;rdquo;. &lt;strong&gt;look for the underlined letter&lt;/strong&gt; on the menu bar (the &amp;ldquo;I&amp;rdquo; on &amp;ldquo;Insert&amp;rdquo;), &lt;strong&gt;press Alt and the underlined letter&lt;/strong&gt; (Alt-I in this case), and &lt;strong&gt;look for the underlined letter&lt;/strong&gt; on the next menu item (&amp;ldquo;R&amp;rdquo; on the &amp;ldquo;Rows&amp;rdquo; in this case) and press that letter. So, Alt-I-R is the shortcut to insert a row. Now, just practice Alt-I-R, Alt-I-R, Alt-I-R repeatedly.&lt;/p&gt;
&lt;p&gt;Shortcuts next to the menu are quicker, where they exist. For example, the Ctrl-C next to the Edit-Copy menu.&lt;/p&gt;
&lt;p&gt;Apart from the arrow keys, Ctrl-S, Ctrl-X, Ctrl-C, Ctrl-V, the keys I use frequently are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;F2&lt;/strong&gt;: edit the current cell&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;F4&lt;/strong&gt;: repeat the last action (very useful)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ctrl-Z, Ctrl-Y&lt;/strong&gt;: Undo, Redo&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ctrl-1&lt;/strong&gt;: Format cells&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ctrl-Shift-down arrow&lt;/strong&gt;: Select all filled cells below selection (also works with other arrow keys)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ctrl-PgUp/PgDn&lt;/strong&gt;: Shift between tabs&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ctrl-Home/End&lt;/strong&gt;: Go to top-left, or bottom-right of the sheet (or cell, if you&amp;rsquo;re editing a cell)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ctrl-`&lt;/strong&gt;: Show formulae&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shift-Space, Ctrl-Space&lt;/strong&gt;: Select row, select column&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alt-Enter&lt;/strong&gt;: To create a new line while you&amp;rsquo;re typing in a cell&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alt-E-I-S-Enter&lt;/strong&gt;: Select a set of cells and fill a continuous series of numbers in it&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alt-E-S-Enter&lt;/strong&gt;: Paste unformatted text&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alt-D-G-G&lt;/strong&gt;: Group a set of rows (use Alt-D-G-U for ungroup)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alt-D-G-S&lt;/strong&gt;: Show a collapsed group (use Alt-D-G-H to collapse a group)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alt-O-D&lt;/strong&gt;: Conditional formatting&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Alt-F8&lt;/strong&gt;: Macros&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;bluski&lt;/strong&gt; &lt;em&gt;1 Nov 2005 12:00 pm&lt;/em&gt;:
wqo&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nametest&lt;/strong&gt; &lt;em&gt;1 Nov 2005 12:00 pm&lt;/em&gt;:
Test&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Jayant&lt;/strong&gt; &lt;em&gt;3 Nov 2005 2:44 am&lt;/em&gt;:
Thanks Anand. Good set of tips. Ofcourse, one can always go to microsoft page and download the entire set of shortcuts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;bluski&lt;/strong&gt; &lt;em&gt;8 Nov 2005 2:35 am&lt;/em&gt;:
rules 2,3,4??&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;bluski&lt;/strong&gt; &lt;em&gt;8 Nov 2005 2:36 am&lt;/em&gt;:
ignore the one above&amp;hellip;just testing&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Aditya&lt;/strong&gt; &lt;em&gt;11 Nov 2005 5:40 am&lt;/em&gt;:
Good Post! Really useful.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sathish&lt;/strong&gt; &lt;em&gt;15 Nov 2005 5:56 pm&lt;/em&gt;:
How will this be displayed if I don&amp;rsquo;t type my name?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ANIA&lt;/strong&gt; &lt;em&gt;13 Feb 2007 8:33 am&lt;/em&gt;:
HOW TO CALUCATE SIMPLE INTEREST IN EXCEL?HELP ME&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;vic&lt;/strong&gt; &lt;em&gt;8 Mar 2007 6:05 pm&lt;/em&gt;:
F4 seems to have changed! Used to be able to keep on pressing F4 multiple times to repeat. Now it only works once or twice. Why?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;E R Suresh Narain&lt;/strong&gt; &lt;em&gt;1 Nov 2005 12:00 pm&lt;/em&gt;:
very useful&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;afreen&lt;/strong&gt; &lt;em&gt;1 Nov 2005 12:00 pm&lt;/em&gt;:
how to arrange all cells alphabetically without modify any thing , like date ,amount &amp;amp; other things For e.g. Dt Party name Amount 12.03.08 Tema 2000 13.03.08 L&amp;amp; T 6000 It is arrange alphabetically Party wise&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;yowan&lt;/strong&gt; &lt;em&gt;2 Jan 2009 9:17 am&lt;/em&gt;:
thanks for the excel tips and song search engine&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Subramanian S&lt;/strong&gt; &lt;em&gt;30 Mar 2009 5:50 am&lt;/em&gt;:
VEry useful tips Anand. Helps me a lot at work.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Payal&lt;/strong&gt; &lt;em&gt;22 Sep 2009 12:21 pm&lt;/em&gt;:
Hey can any1 help me with how to go to other spreadsheet (ie. from sheet1 to sheet 2) without the use of mouse?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ian&lt;/strong&gt; &lt;em&gt;17 Nov 2009 3:44 pm&lt;/em&gt;:
Change sheets with keyboard? Ctrl-Pgup/Ctrl-PgDn&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kalevi&lt;/strong&gt; &lt;em&gt;26 Nov 2010 10:32 pm&lt;/em&gt;:
Shift+F8 allows you to select cells from different parts of the document.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;remove keys&lt;/strong&gt; &lt;em&gt;9 Mar 2011 7:08 pm&lt;/em&gt;:
remove the f1, caps, left windows keys. maybe numlock.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vinnie&lt;/strong&gt; &lt;em&gt;22 Aug 2012 8:52 pm&lt;/em&gt;:
I came up with article on citehr where they show how you can work without any formula. This was a good article
How you can work in Excel without knowing any formulas
&lt;ol&gt;
&lt;li&gt;How to change CASE in Excel
&lt;a href=&#34;http://www.youtube.com/watch?v=w2JdQuybKjU&amp;amp;feature=plcp&#34;&gt;http://www.youtube.com/watch?v=w2JdQuybKjU&amp;amp;feature=plcp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;How to Convert Columnar Data into Tabular Form
&lt;a href=&#34;http://www.youtube.com/watch?v=dbHh41qMsHQ&amp;amp;feature=plcp&#34;&gt;http://www.youtube.com/watch?v=dbHh41qMsHQ&amp;amp;feature=plcp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;How to COLOUR Duplicate Rows in Excel
&lt;a href=&#34;http://www.youtube.com/watch?v=oRckmKTRbYE&amp;amp;feature=plcp&#34;&gt;http://www.youtube.com/watch?v=oRckmKTRbYE&amp;amp;feature=plcp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;How to Change UPPER &amp;amp; lower Case in Excel
&lt;a href=&#34;http://www.youtube.com/watch?v=UQ6Ud8MgrfY&amp;amp;feature=plcp&#34;&gt;http://www.youtube.com/watch?v=UQ6Ud8MgrfY&amp;amp;feature=plcp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;How to Remove all DUPLICATES in Excel
&lt;a href=&#34;http://www.youtube.com/watch?v=Nh-8D&#34;&gt;http://www.youtube.com/watch?v=Nh-8D&lt;/a&gt;_AklwM&amp;amp;feature=plcp&lt;/li&gt;
&lt;li&gt;How to REMOVE Extra SPACES in Excel
&lt;a href=&#34;http://www.youtube.com/watch?v=A7lh1tX7EeY&amp;amp;feature=plcp&#34;&gt;http://www.youtube.com/watch?v=A7lh1tX7EeY&amp;amp;feature=plcp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;How to Remove NUMBERS &amp;amp; ALPHABETS in Excel
&lt;a href=&#34;http://www.youtube.com/watch?v=GMj89gqizzA&amp;amp;feature=plcp&#34;&gt;http://www.youtube.com/watch?v=GMj89gqizzA&amp;amp;feature=plcp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;How to CLEAN Data in Excel
&lt;a href=&#34;http://www.youtube.com/watch?v=zhFroHy8tqw&amp;amp;feature=plcp&#34;&gt;http://www.youtube.com/watch?v=zhFroHy8tqw&amp;amp;feature=plcp&lt;/a&gt;
Hope this helps and this is from a tool from &lt;a href=&#34;http://exceladdins.net&#34;&gt;http://exceladdins.net&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;J.V.SSUBBARAO&lt;/strong&gt; &lt;em&gt;26 Oct 2012 7:39 am&lt;/em&gt;:
Dragging The lines of Tables margins without mouse support&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Laura&lt;/strong&gt; &lt;em&gt;2 Feb 2013 12:18 am&lt;/em&gt;:
For the new Excel 2010, how do we create and modify a Pivot table without using the mouse?
We know that we hit ALT + D, P to get the Pivot table and then select through the Pivot wizard. However, once the pivot is created and becomes time to select the criteria, we cannot figure out how to get onto the selection panel without using a mouse. Suggestions?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://excel.com&#34;&gt;Saleem Ullah&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;18 Dec 2015 11:30 am&lt;/em&gt;:
how can i coloured a text in excel without touching the keyboard&amp;hellip;. plz resolve my problem
thanks&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&#34;http://excel.com&#34;&gt;Saleem Ullah&lt;/a&gt;&lt;/strong&gt; &lt;em&gt;18 Dec 2015 11:31 am&lt;/em&gt;:
plz ignore my first mail,
how can i coloured a text in excel without touching the mouse…. plz resolve my problem
Thanks&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Jennifer&lt;/strong&gt; &lt;em&gt;6 Feb 2018 9:51 pm&lt;/em&gt;:
Thanks for the useful tips!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pranav Sukumaran&lt;/strong&gt; &lt;em&gt;9 Apr 2017 7:15 am&lt;/em&gt;:
Usefulllllllll&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Abhik&lt;/strong&gt; &lt;em&gt;17 May 2016 5:33 am&lt;/em&gt;:
How Draw Formula With out mouse&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Excel shortcuts</title>
      <link>https://www.s-anand.net/blog/excel-shortcuts/</link>
      <pubDate>Fri, 08 Apr 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/excel-shortcuts/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://office.microsoft.com/en-us/assistance/HP052037811033.aspx&#34;&gt;Excel shortcut keys&lt;/a&gt; &lt;a href=&#34;http://www.automateexcel.com/&#34;&gt;via AutomateExcel&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
  </channel>
</rss>
