The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,854 other subscribers

Archive for the ‘Keyboards and Keyboard Shortcuts’ Category

Overlay of commands / shortcuts / keys pressed – Screencast Mode · Issue #981 · microsoft/PowerToys · GitHub

Posted by jpluimers on 2025/07/23

This is a reminder to check if this below late 2019 proposal inspired by Visual Studio Code Screencast mode¹ already made it: [Wayback/Archive] Overlay of commands / shortcuts / keys pressed – Screencast Mode · Issue #981 · microsoft/PowerToys · GitHub which mentions some tools that can already do this

Here is a list of FOSS apps that currently do this (sorted by stars):

To add to this list (unsorted):

In the meantime, I am using Key-n-Stroke as it is the only still supported one I found that is easily turned off/on when typing sensitive content like passwords:

Read the rest of this entry »

Posted in .NET, Development, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Power User, PowerToys, Software Development, vscode Visual Studio Code, Windows | Tagged: , | Leave a Comment »

Setting Up a Raspberry PI with a German Mac Keyboard – Seaside Testing

Posted by jpluimers on 2025/05/08

[Wayback/Archive] Setting Up a Raspberry PI with a German Mac Keyboard – Seaside Testing.

Reminder to self: figure out where parameters for /etc/default/keyboard are documented in case I want to use USB keyboards:

  • from other manufacturers than Apple
  • with other language layouts

Via: [Wayback/Archive] Stephan Kämper (@seasidetesting@mastodon.social) on Twitter: “Setting Up a Raspberry PI with a German Mac Keyboard”

Read the rest of this entry »

Posted in Debian, Development, Hardware, Hardware Development, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Linux, Power User, Raspberry Pi, Raspbian | Leave a Comment »

Enabling XML Auto Commenting C# in Visual Studio Code is in an odd setting (via Stack Overflow)

Posted by jpluimers on 2025/03/18

In Visual Studio Code I already had [Wayback/Archive] C# – Visual Studio Marketplace: C# for Visual Studio Code (powered by OmniSharp) installed in (through code --install-extension ms-dotnettools.csharp), and wanted automatic XML documentation comments generation just like Visual Studio does:

[Wayback/Archive] XML documentation comments – document APIs using /// comments | Microsoft Learn

Read the rest of this entry »

Posted in .NET, C#, Development, Hardware, Java, Java Platform, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Power User, Software Development, XML, XML/XSD | Tagged: , , , , , | Leave a Comment »

I was today years old when I found there is a shortcut to switch to the Terminal tab in Visual Studio Code

Posted by jpluimers on 2025/03/12

Boy, I always to the Ctrl+Shift+Space on Microsoft Windows (or on MacOS Command+Shift+Space) detour to switch to the Terminal tab in Visual Studio Code

So I was amazed to find the shortcut inside the first bullet in the Google Search quote of the first result at [Wayback/Archive] vscode terminal open new terminal – Recherche Google:

Read the rest of this entry »

Posted in .NET, Apple, Development, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Mac OS X / OS X / MacOS, Power User, Software Development, Terminal, vscode Visual Studio Code, Windows, Windows Terminal | Tagged: | Leave a Comment »

Visual Studio Code: copying text when none is selected.

Posted by jpluimers on 2025/02/19

Last week, I wrote that I switched to Visual Studio Code for most of my text based coding: Visual Studio Code: blazingly fast text expansion with Emmet.

I also use vscode for documentation and text writing, which – yes sometimes I am a copy/paste person too – means you want a bit more flexibility than just copying the selected text.

In most of my previous development tools, either the tool itself, or a plugin, would allow me to copy the word under the cursor if none was selected.

I wanted to change that behaviour too and become more flexible.

So I did some searches:

Read the rest of this entry »

Posted in .NET, Conference Topics, Conferences, Development, Event, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Lightweight markup language, MarkDown, Power User, Software Development, Visual Studio and tools, vscode Visual Studio Code | Leave a Comment »

Code52/carnac: A utility to give some insight into how you use your keyboard (on Windows systems)

Posted by jpluimers on 2025/02/18

I unconsciously wanted a tool like this for a long time, and was glad I finally searched for it:

A keyboard logging and presentation utility for presentations, screencasts, and to help you become a better keyboard user.

[Wayback/Archive] Code52/carnac: A utility to give some insight into how you use your keyboard

The first time I saw something similar was in the Delphi days where it was part of a plugin for CodeRush in Delphi (think Delphi 5-6 era), the famous developer productivity tool by Mark Miller that later got rewritten for Visual Studio and became part of DevExpress.

So I searched for [Wayback/Archive] windows show keystrokes – Google Search which found [Wayback/Archive] How to show keystrokes on Windows 10 which in turn mentioned a fork of Carnac.

As it turns out Read the rest of this entry »

Posted in .NET, Delphi, Development, Hardware, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Power User, Software Development, Windows, Windows Development | Leave a Comment »

Chrome on Windows: Keyboard – Move focus to the shortcuts bar – Google Chrome Community

Posted by jpluimers on 2025/01/31

[Wayback/Archive] Keyboard – Move focus to the shortcuts bar – Google Chrome Community was a great question that I had myself for a long time.

TL;DR: On Windows, you can either cycle focus using F6Alt + Shift + b to use the keyboard for getting focus to the bookmarks bar.

This is not officially documented for Windows/Linux at [Wayback/Archive] Chrome keyboard shortcuts – Computer – Google Chrome Help:

Read the rest of this entry »

Posted in Chrome, Google, Hardware, IBM SAA CUA, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Power User | Leave a Comment »

Unicode: Keyboard Symbols ⌘ ↵ ⌫

Posted by jpluimers on 2024/12/11

I wish I had bumped into this page a way sooner as it contains most if not all the keyboard symbols I ever looked for: [Wayback/Archive] Unicode: Keyboard Symbols ⌘ ↵ ⌫

The page contains a lot more than just this diagram (which already is a great start):

⎋
 ` 1 2 3 4 5   6 7 8 9 0  - = ⌫    ⎀ ⤒ ⇞
 ⇥ Q W E R T   Y U I O P  [ ] \    ⌦ ⤓ ⇟
 🄰  A S D F G   H J K L ;  ' ↵
 ⇧   Z X C V B   N M , . /  ⇧        ↑
 ⎈ ❖ ⎇    ␣    ⎇ ❖ ▤ ⎈           ← ↓ →

🌐 ⌃ ⌥ ⌘

Some more symbols are at these pages:

Read the rest of this entry »

Posted in Development, Encoding, Hardware, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Power User, Software Development, Unicode | Leave a Comment »

A Dutch friend got a 2nd hand Lenovo with a keyboard layout I didn’t know: searching for the special keys did not return results

Posted by jpluimers on 2024/12/09

TL;DR: it was a Dutch keyboard, which almost nobody in The Netherlands uses (US or US-International are the most used physical keyboard layouts over there)

I tried searching for keyboard layouts using Google with these special keys that were present on the keyboard (listing all keys that either have special symbols on them, or use the Alg-Gr modifier):

Read the rest of this entry »

Posted in Hardware, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, LifeHacker, Power User | Leave a Comment »

With the newest PowerToys version, the Microsoft teams shows they forgot about their CUA heritage

Posted by jpluimers on 2024/08/30

The most recent Microsoft Power Toys version binds to Alt + Spacebar which indicates the Windows team has forgotten about the CUA (Common User Access) heritage.

[Wayback/Archive] PowerToys bring fun tweaks to Windows 10 and 11 • The Register

And that tells us something else, too: that none of the Microsoft developers involved in building and releasing this tool are old-style keyboard warriors, because since Windows 1.0 in 1985, Alt+space has been the keystroke to invoke the window-management menu. From Windows 2 onwards, the leftmost button on every Windows title bar even looked like a space bar, to remind you. So to maximize a window, it’s Alt+space, x; to minimize, Alt+space, n; to resize with the keyboard, Alt+space, s, and so on.

Via [Wayback/Archive] Jeroen Wiert Pluimers @wiert@mastodon.social on X: “Stealing Alt+Space for a Power Toy, the Microsoft @Windows team has forgotten about its CUA heritage.”.

--jeroen

Posted in Hardware, IBM SAA CUA, Keyboards and Keyboard Shortcuts, KVM keyboard/video/mouse, Power User, Windows, Windows 10, Windows 11 | Leave a Comment »