Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Sun Oct 4 14:31:24 2009 UTC (3 years, 7 months ago) by cjg
File size: 300 byte(s)
importing opt
1 cjg 2 README for elinks 0.11.x
2    
3     To get a more "common" behaviour of elinks cursor-keys add
4     the following to ~/.elinks/elinks.conf:
5    
6     bind "main" "Up" = "move-cursor-up"
7     bind "main" "Right" = "move-cursor-right"
8     bind "main" "Left" = "move-cursor-left"
9     bind "main" "Down" = "move-cursor-down"
10    
11