555 Posted June 8, 2011 Share Posted June 8, 2011 Ok, this goes with my previous question about "How to destroy Ubuntu the best" or just torture the end user.. how can I make it where say someone presses say the "J" key on the keyboard then the output will produce a "K" .. lol just one key on the keyboard that will piss the end user off. Any ideas on how to do that on a Ubuntu system or does anyone have a good script, code or link? thanks Quote Link to comment Share on other sites More sharing options...
i8igmac Posted June 8, 2011 Share Posted June 8, 2011 Auto scripting is fun and easy to learn While 1 If is_pressed("j") then Send(" {backspace} im gay") End Install autoit and check out winzip tutorial Quote Link to comment Share on other sites More sharing options...
555 Posted June 8, 2011 Author Share Posted June 8, 2011 Autoit is for Windows, I am talking about a script, code or something for Ubuntu *nix. No need for a winzip tutorial lol Quote Link to comment Share on other sites More sharing options...
i8igmac Posted June 9, 2011 Share Posted June 9, 2011 (edited) Wine works with autoit It Can be done just as easy with ruby,perl,python Edited June 9, 2011 by i8igmac Quote Link to comment Share on other sites More sharing options...
Jason Cooper Posted June 9, 2011 Share Posted June 9, 2011 xmodmap. I use it a lot when creating Linux kiosk type machines. It even lets you alter how the mouse buttons work. Quote Link to comment Share on other sites More sharing options...
555 Posted June 9, 2011 Author Share Posted June 9, 2011 Jason, Thanks that looks like exactly what I am looking for. :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.