Redge ShepherdforClicks and Switchesclicksandswitches.com·Aug 26, 2024TPS40 KeyboardThe TPS40 keyboard's design will appeal to enthusiasts wanting a keyboard that packs a lot into a small footprint. Although this keyboard has been around for quite some time, its size and features are now enough to capture my interest. However, the p...DiscussTPS40
Andras Csanyiandrascsanyi.com·Jul 23, 2024My NeoVim journey - touch typing with 10 fingersA few months ago I decided to use NeoVim. That time I did not know it is a commitment and not just a walk in the park. My plan is that I'll use NeoVim as main IDE/editor and I'll be as fast and effective as possible. So, I also bought a Kinesis Advan...DiscussNeoVimneovim
1l.rocks1l.rocks·Jun 20, 2024Switching to an Ergonomic Keyboard: My Experience with the Glove80(not my image) Why the switch I have been working in tech (working, as in no study period counted with it) for about 1,5 years. I have been noticing a lot of pain in the back, in the neck and what have been really the tip that got me into a ergo keyb...Discuss·13 likes·40 readsglove80
Prayer Bright-okochaprayernuchi.hashnode.dev·Jun 12, 2024Creating An Interactive Keyboard for Web Design in FigmaIntroduction Prototyping your design is an easy way to show the intent of your design and how each element or component will interact. Being able to show micro-interactions that happens in-between the major interaction goes a long way to show how int...Discuss·57 readsdesign guide
Ryan Michaelryanmichael.hashnode.dev·Apr 8, 2024Catastrophe Averted!I found out what was causing the problem mentioned in my last post and it wasn't the extension. Just a quick, brief recap: I had to do some code conversion from Visual Basic to C#. The reason is irrelevant to the story. There was lots to do, so I ins...DiscussSolved
HyperFoxhyperfox.hashnode.dev·Apr 2, 2024Command Your Mac: The Shortcut Guide Every Fan NeedsFirst, get familiar with your keys! The whole power of your Mac may be unlocked by mastering these keyboard keys, much like learning the alphabet as a youngster opens up a universe of words. Symbol Key Name ⌘ Command (Cmd) ⌃ Control (Ct...DiscussApple
Shreyas Patilblog.shreyaspatil.dev·Mar 1, 2024Rich media input from the keyboard in ComposeHey Composers 👋🏻, if you're also a fan of Jetpack Compose and working on an application that needs to interact with rich media input then finally it's available. Especially, if you're working on a chat application and also using Jetpack Compose, th...Discuss·2 likes·1.6K reads#AndroidDevAndroid
Neil Patelblog.neilbpatel.com·Feb 20, 2024Turbocharge Your Workflow with Keyboard ShortcutsIn the quest for productivity and efficiency, we often overlook simple yet powerful tools that can make a significant impact on our daily work. Keyboard shortcuts, while not a panacea for all productivity challenges, are a hidden gem that can dramati...Discusskeyboard shortcuts
GAURAV YADAVgaurav246blogs.hashnode.dev·Dec 4, 202310 Short-cut keysShort-cut keys in Windows, Linux, and Mac Copy (Ctrl+C) and Paste (Ctrl+V): Windows/Linux: Ctrl+C to copy, Ctrl+V to paste. Mac: Command (⌘)+C to copy, Command (⌘)+V to paste. Undo (Ctrl+Z) and Redo (Ctrl+Y or Ctrl+Shift+Z): Windows/Linux: Ctr...Discuss·11 likesShortcuts
Jhon MC Walljhonmcwall.hashnode.dev·Nov 14, 2023How to get Ctrl + S, Ctrl + C in my rust appIf you are on a GNU/Linux operating system, regardless of its distribution, and you are also developing a Rust-based application that requires handling user keyboard input in raw mode (without the need to press Enter), then this article can help you ...DiscussRust