I scored 10/28 on https://jsdate.wtf/ and all I got was this lousy text to share on social media.
I scored 10/28 on https://jsdate.wtf/ and all I got was this lousy text to share on social media.
From my experience win+shift+s take a screen shot of all the screens. Print screen opens this small snipping tool widget at the top that gives me more control. Now the behavior might have changed since I’ve found it, windows 11 wasn’t a thing back then and snipping tool got some updates in recent years.
Ok, windows “hacks” I use at work.
There’s a setting in windows that opens snipping tool when print screen is pressed. This allows to select a screen, window or a rectangle. More than that, it also has screen recording functionality. Very good for quick screen grabs with no additional software required.
Useful for multilinguals out there. Windows (and some linux distros) have an option to bind keyboard layout selection to open windows, meaning alt+tab’ing no longer requires switching between languages.
EDIT:
A phone thing. Some keyboards have whitespace and backspace drag functionality, that allows to move the cursor or highlight and delete text without blocking your view with your fat fingrers.
ANOTHER EDIT:
Having a mouse with at least two thumb buttons is a god send. Moving backwards and forwards between application pages is very useful.
Also, for devs. Go through you IDE shortcut settings and configure (ctrl|shift|alt)+click shortcuts. Having mouse controls to navigate between declarations, usages and implementations of different code elements with intention is awesome.
In the same vein: ctrl+(f|r) and ctrl+shift+(f|r) for find or replace in file or whole project respectively is really common use case.
Have multicarret shortcuts that allow edits in multiple lines at once. Don’t forget to add shortcuts like alt+(up|down) to move selected lines up and down.
Configure shortcuts for code folding like ctrl+numpad+ and ctlr+numpad- to expand and hide current block or combine with shift to manipulate the whole file.
And for gods sake use home and end keys, combined with ctrl and shift it allows for efficient navigation and selection within a file. Combine it with multicarret support and ctrl+side_arrow_keys and you have a way to sync multiple carrets and efficiently edit multiple lines.
Finnaly: f1 – help, f2 – rename, f5 – refresh / run, optionally with ctrl, f11 – fullscreen, f12 – devtools.
I use zsh autosuggestion and syntax highlighting plugins it gives me usable history search and completion functionality.
Not a computer hack, but some phone keyboards have backspace and whitespace drag, the former allowing to select a range form the cursor to delete and the latter moving the cursor. Way more usable than trying to fat finger cursor position and selection.
Notification syncing between devices is nonexistent in Teams and there are no conversation threads.
In general teams is way more buggy with worse UX. I don’t know if it’s a thing on Teams that our workplace disabled, but there’s no decent notification management. If I take a day off, I can set my notifications in Slack as mute for that day and I can manage notifications for messages vs mentions vs mute per channel.
On Teams I can’t permanently set Enter as new line, I have to click that rich text editor icon for every single message.
On mobile Teams started doing this thing in group chats where, if I move the cursor with drag on space gesture and then move it back to the end of the message, Teams interprets this as a desire to “attach a program”, like power apps (whatever that is).
Pasting in code block also gets me every time. I’ll start a code block in Teams window, go to another window, copy the text and click back on my code block. Teams just drops the cursor to the end of message outside my code block and by the time I notice I already hit
ctrl+v
.My last pet peeve is about formatted copy pasting and applies to Slack as well but Teams having more text formatting options shows more of an impact. Never, and I repeat, NEVER have I wanted to paste anything with formatting, especially if I grabbed it form a website, word, excel, pdf or a code editor. Why is it the default and nonnegotiable? I can change the default on Libre Office, why not on Teams? It’s a chat app why would I need headings like in a regular doc?
Every time it gets me,
ctrl+c
,ctrl+v
, fuckctrl+z
,ctrl+shift+v
…