Alexander Wagner wrote:
> Fwd. from the web:
> 
> SCID 4.0, Windows Vista
> 
> Pasting text in the EPD editor using Ctr-V shortcut makes the text appear
> twice. Selecting Edit > Paste correctly inserts a single copy.

Ups. Missed the suggested solution

Removed the lines
bind $w <Control-x> "tk_textCut $w.text; break"
bind $w <Control-c> "tk_textCopy $w.text; break"
bind $w <Control-v> "tk_textPaste $w.text; break"
from scid/tcl/file/epd.tcl and now it behaves as expected.


-- 

Kind regards,                /                 War is Peace.
                             |            Freedom is Slavery.
Alexander Wagner            |         Ignorance is Strength.
                             |
                             | Theory     : G. Orwell, "1984"
                            /  In practice:   USA, since 2001

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to