Matias Grana <[EMAIL PROTECTED]> writes:

> OK, so this is my whishlist: keyboard control for all dialogs!  And,
> if I may still have more whishes, keyboard control for windows
> (mainly, being able to move and resize windows w/ keyboard would
> suffice). I know, this is something for the far away future, but if
> you eventually have time and will to do it, it'll be a strong point
> for e17.

Well, your far away future is already here! :-)

Try the following for resizing and moving windows with the keyboard
(this is a shell script, type it in a file or line by line in a
terminal):

er=enlightenment_remote

$er -binding-key-add ANY Left  'SHIFT|CTRL|ALT' 0 'move_absolute' '+0 *'
$er -binding-key-add ANY Right 'SHIFT|CTRL|ALT' 0 'move_absolute' '-0 *'
$er -binding-key-add ANY Up    'SHIFT|CTRL|ALT' 0 'move_absolute' '* +0'
$er -binding-key-add ANY Down  'SHIFT|CTRL|ALT' 0 'move_absolute' '* -0'

$er -binding-key-add ANY Left  'CTRL|ALT' 0 'move_relative' '-20 0'
$er -binding-key-add ANY Right 'CTRL|ALT' 0 'move_relative' '+20 0'
$er -binding-key-add ANY Up    'CTRL|ALT' 0 'move_relative' '0 -20'
$er -binding-key-add ANY Down  'CTRL|ALT' 0 'move_relative' '0 +20'

$er -binding-key-add ANY Left  'SHIFT|ALT' 0 'resize' '-20 0'
$er -binding-key-add ANY Right 'SHIFT|ALT' 0 'resize' '+20 0'
$er -binding-key-add ANY Up    'SHIFT|ALT' 0 'resize' '0 -20'
$er -binding-key-add ANY Down  'SHIFT|ALT' 0 'resize' '0 +20'

See this post for more explaination about the parameters for the
actions:

  http://sourceforge.net/mailarchive/message.php?msg_id=12262155

-- 
Martin Geisler                                     GnuPG Key: 0x7E45DD38

PHP EXIF Library      |  PHP Weather             |  PHP Shell
http://pel.sf.net/    |  http://phpweather.net/  |  http://mgeisler.net/
Read/write EXIF data  |  Show current weather    |  A shell in a browser

Attachment: pgpc6LdxvDIPo.pgp
Description: PGP signature

Reply via email to