View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#2
I'm not sure if xautomation is available for the N810, but a simple script would be

Code:
#!/bin/sh
# Simple script to send a CTRL-R command

xte 'keydown Control_L' 'key r' 'keyup Control_L'
You would need to install xautomation first, then you just save the above script as (for example) controlplusr.sh and make this file executable by entering

Code:
chmod +x /path/to/file/controlplusr.sh
This needs to be performed as root.

There may be easier ways of achieving what you want. I'm not familiar with the N810, but there may already be a program available that will issue a custom command.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub

Last edited by marxian; 2011-04-01 at 23:37.
 

The Following 2 Users Say Thank You to marxian For This Useful Post: