can we get a keyboard shortcut to post if there isnt already one? like ctrl shift enter or similar
@keyboardinterruptprofilefollowLiving by the Zen of Python!
keyboardinterrupt.comreplied to@jamesjan3profilefollowresearcher, developer, dancer:
I am pretty sure that would require JS, which I thought is something they deliberately try to avoid.
@stagas🤸profilefollow
creative technologist
creator of textlogreplied to@jamesjan3profilefollowresearcher, developer, dancer:
creative technologist
creator of textlogreplied to@jamesjan3profilefollowresearcher, developer, dancer:I did something else that didn't need JS - the first tab becomes a button pointing to "write" and moved the "skip to content" to the second tab. So the workflow is "tab -> enter" takes you to write. Hope this helps!
@jamesjan3profilefollowresearcher, developer, dancerreplied to@stagas🤸profilefollow
creative technologist
creator of textlog:
creative technologist
creator of textlog:thanks!
@stagas🤸profilefollow
creative technologist
creator of textlogreplied to@jamesjan3profilefollowresearcher, developer, dancer:
creative technologist
creator of textlogreplied to@jamesjan3profilefollowresearcher, developer, dancer:turns out there is accesskeyMDN Web Docsaccesskey HTML global attribute - HTML | MDNThe accesskey global attribute provides a hint for generating a keyboard shortcut for the current element. The attribute value must consist of a single printable character (which includes accented and other characters that can be generated by the keyboard). so for now ‘w’ works for jumping right to ‘write’ and ‘p’ for posting when you’re there. Can add more if needed. They need modifier key(s) in front (Alt on Chrome, Control+Option on Safari), etc (they’re documented in the link above).