2024-10-10 03:16:17 okay here's one. i've been using these naming conventions, and i think it's consistent with what i've seen from others: prefixing words with - to indicate either an inverse action e.g. -rot or a lesser action, i can't think of a common example now but i have code where -create does only a piece of what create does 2024-10-10 03:16:38 i don't like the namespace collision 2024-10-10 03:19:07 it probably makes the most sense to reserve - for inverse action, so i need a different notation for "this is an inferior piece of another word" 2024-10-10 03:20:27 alternatively i could use "un" for the inverse... "unrot" 2024-10-10 05:20:44 xentrac: That's the way the functions work if I depress the Fn key. 2024-10-10 05:21:02 I want it to work exactly like it's supposed to, except without needing that shift. 2024-10-10 05:21:17 All the notebooks I've used the last few years use the same keystroke for mute and unmute. 2024-10-10 05:21:29 I guess they figure if you hit it you know what you're doing. 2024-10-10 05:22:13 On the other hand, there's a key for togging WiFi on and off that I will NOT make accessible without the Fn key. 2024-10-10 05:22:24 I've found it annoying over the years when I've hit that one by accident. 2024-10-10 05:23:37 I actually don't see any other Fn+ functions that I want easier to get to - I've covered them now. 2024-10-10 05:26:39 function keys. https://www.youtube.com/watch?v=x-zXfkV90fM&t=29s 2024-10-10 08:20:46 zelgomer: rot⁻¹ create⁻¹ 2024-10-10 13:52:54 xentrac: lol