Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Substitution cipher or keyboard layout demo

by ohcamacj (Beadle)
on May 23, 2015 at 10:00 UTC ( [id://1127524]=note: print w/replies, xml ) Need Help??


in reply to Substitution cipher or keyboard layout demo

After intermittent practice, the speed penalty of using an exotic custom keyboard layout has become lower. So, occassionally it's been more comfortable, or at least fun, to switch back and forth. Then realized that if switching infrequently is fun, switching even more frequently should be even more fun. Thus,

TIME1=240; TIME2=180; set -x; while [ "a" = "a" ]; do setxkbmap -layout dvorak -option ctrl:nocaps; sleep $(perl -e "print + int rand shift" $TIME1); xmodmap ~/xmodap_for_custom_layout.txt; sleep $(perl -e "print int r +and shift" $TIME2); done

At this point, I feel as though I've fallen into a deep, deep pit of solitary hikikomori-ness from which I may never escape.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1127524]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-23 07:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found