Message4890

Author pjenvey
Recipients pjenvey, refactored
Date 2009-07-08.01:00:21
SpamBayes Score 0.024912614
Marked as misclassified No
Message-id <1247014821.8.0.00172773437026.issue1392@psf.upfronthosting.co.za>
In-reply-to
Content
Is this on Windows?

We can customize some (if not all) of these keys with the jline 
keybindings file:

http://fisheye3.atlassian.com/browse/jython/trunk/jython/src/org/python/
util/jline-keybindings.properties?r=6326

If you want to try tweaking these settings, Jline also reads this 
configurartion file from $user.home/.jlinebindings.properties

This is how Jline maps these keys on windows (POSIX is different):

            case DELETE_KEY:
                return CTRL_QM; // translate DELETE -> CTRL-?
            case HOME_KEY:
                return CTRL_A;
            case END_KEY:
                return CTRL_E;
History
Date User Action Args
2009-07-08 01:00:21pjenveysetmessageid: <1247014821.8.0.00172773437026.issue1392@psf.upfronthosting.co.za>
2009-07-08 01:00:21pjenveysetrecipients: + pjenvey, refactored
2009-07-08 01:00:21pjenveylinkissue1392 messages
2009-07-08 01:00:21pjenveycreate