jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Brief and keydefs


On 14.10.05, Marko Mahnic wrote:
> G. Milde wrote:
> >
> >Providing all "exotic" multiple-modifier-strang-key combinations will
> >bloat jed and slowdown the startup.
> 
> This is one of the reasons that a long time ago I suggested the use
> of strings for key definitions (like in emacs etc):
>   "C-Left" instead of Key_Ctrl_Left
> 
> where "C-Left" would be parsed by C code and only when needed
> in setkey etc.

This would bring jed in line with most apps I know, facilitate
custimizing especially for newbees and save us a lot of hazzle (but maybe
reintroduce it on other places).

> >x_set_keysym(), unfortunately doesnot allow multiple modifieres, so the 
> >Key_Shift_Control_Right for "mark next word" in CUA mode is impossible to
> >set.
> 
> In xjed you can use x_set_keysym (..., '%', ...) for Control-Shift 
> combinations.

Hej, this is cool but unfortunately undocumented. (Did you try it works?)

So now we need some keystrings for 

    Key_Ctrl_Shift_Up    
    Key_Ctrl_Shift_Down  
    Key_Ctrl_Shift_Right 
    Key_Ctrl_Shift_Left  
    Key_Ctrl_Shift_Home  
    Key_Ctrl_Shift_End   
    Key_Ctrl_Shift_PgUp  
    Key_Ctrl_Shift_PgDn  

and wmark|cuamark could become more CUA-like also on Xwin.

Guenter

-- 
G.Milde web.de

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]