FreeTextBox

The no. 1 free ASP.NET HTML Editor.
Welcome to FreeTextBox Sign in | Join | Help
in Search

A character can not by choosen "ż"

Last post 07-09-2009, 1:06 PM by l_smolinski. 1 replies.
Sort Posts: Previous Next
  •  07-02-2009, 12:30 PM 9966

    A character can not by choosen "ż"

    To get "ż" I need a "right alt" + "z" (alt^z) combination.

    (culture: pl-PL, keyboard: Polish(programmers))

    Everything is ok until user put "left alt" + "z" combination. Then "right alt" + "z" is recognized as "back" shortcut keys not a "ż". 


    What can I do with this? Where/How I can disable this shortcut?

    I use  3.2.2 FreeTextBox.

    On control where I write-down this bug doesn’t exits.

    So, Somebody must have solution for My problem.  


    Sorry for My english.

    Regards.

  •  07-09-2009, 1:06 PM 9975 in reply to 9966

    Re: A character can not by choosen "ż"

     I have disabled this lines and it work. (line 242 in  FTB-FreTextBox.js)

    241    // check for undo && redo
    242    /*if (ev.ctrlKey && ev.keyCode == FTB_KEY_Z) {
    243    this.Undo();
    244    this.CancelEvent(ev);   
    245   } else*/ if (ev.ctrlKey && ev.keyCode == FTB_KEY_Y) {

View as RSS news feed in XML
www.freetextbox.com