<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>298726</bug_id>
          
          <creation_ts>2012-04-24 09:09:35 +0000</creation_ts>
          <short_desc>Unable to map accented key (ö on a Finnish keyboard) in Vi-mode</short_desc>
          <delta_ts>2013-12-29 15:32:10 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>kate</product>
          <component>Vi Input Mode</component>
          <version>unspecified</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>tlauniainen</reporter>
          <assigned_to name="KWrite Developers">kwrite-bugs-null</assigned_to>
          <cc>kdedevel</cc>
    
    <cc>larsivar</cc>
    
    <cc>michal.humpula</cc>
    
    <cc>sami</cc>
          
          <cf_commitlink>http://commits.kde.org/kate/9d06f5bcdc4a28b7f58028e4d3f7a31a26a7c9e1</cf_commitlink>
          <cf_versionfixedin>3.13</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>20</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1249089</commentid>
    <comment_count>0</comment_count>
    <who name="">tlauniainen</who>
    <bug_when>2012-04-24 09:09:35 +0000</bug_when>
    <thetext>Mapping an accented character on my Finnish keyboard (the letter ö) has no effect. Other mappings work fine.

Reproducible: Always

Steps to Reproduce:
1. Go to the mapping list in Vi-mode preferences
2. Map an accented character to some command (say &quot;:&quot;)
3. In the normal mode, press the key that was just mapped
Actual Results:  
Nothing happens.

Expected Results:  
The mapped command should be executed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1389974</commentid>
    <comment_count>1</comment_count>
    <who name="Dominik Haumann">dhaumann</who>
    <bug_when>2013-08-15 13:49:07 +0000</bug_when>
    <thetext>tlauniainen: can you please test again with latest Kate by following http://kate-editor.org/get-it/ ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1395653</commentid>
    <comment_count>2</comment_count>
    <who name="Lars Ivar Igesund">larsivar</who>
    <bug_when>2013-09-07 09:47:03 +0000</bug_when>
    <thetext>I have this issue too, only that my problematic key/character is &apos;ø&apos;.

I&apos;ve had a similar issues with the FakeVim plugin in QtCreator, and part of the resolutions there has been bug fixes in Qt itself, handling non-ASCII characters properly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1410934</commentid>
    <comment_count>3</comment_count>
    <who name="Simon St James">kdedevel</who>
    <bug_when>2013-11-12 19:33:46 +0000</bug_when>
    <thetext>Do either of these characters require Alt Gr?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1410950</commentid>
    <comment_count>4</comment_count>
    <who name="Lars Ivar Igesund">larsivar</who>
    <bug_when>2013-11-12 21:13:51 +0000</bug_when>
    <thetext>On my Norwegian keyboard (and I think the Finnish too), these characters are first class letter keys, along with stuff like j, k and l.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1415148</commentid>
    <comment_count>5</comment_count>
    <who name="Michal Humpula">michal.humpula</who>
    <bug_when>2013-11-29 18:06:18 +0000</bug_when>
    <thetext>tested on switched keyboard layout to Finnish with KDE config. On finish keyboard the &quot;ö&quot; is regular key. Moreover in the non-vi mode of kate the character gets inserted to text as expected. In vi-mode insert mode the &quot;;&quot; (english key) is inserted instead.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1416713</commentid>
    <comment_count>6</comment_count>
    <who name="Michal Humpula">michal.humpula</who>
    <bug_when>2013-12-05 19:21:32 +0000</bug_when>
    <thetext>Git commit 9d06f5bcdc4a28b7f58028e4d3f7a31a26a7c9e1 by Michal Humpula.
Committed on 29/11/2013 at 19:31.
Pushed by michalhumpula into branch &apos;master&apos;.

vi-mode: make Finnish keyboard work properly

This commit is potentionally breaking non-latin keyboards
behaviour. On the other hand tests for it are not present
and manual confirmation in vim/gvim also failed.

REVIEW: 114212

M  +3    -147  part/vimode/katevikeyparser.cpp
M  +0    -1    part/vimode/katevikeyparser.h
M  +17   -0    tests/vimode_test.cpp
M  +1    -0    tests/vimode_test.h

http://commits.kde.org/kate/9d06f5bcdc4a28b7f58028e4d3f7a31a26a7c9e1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1421336</commentid>
    <comment_count>7</comment_count>
    <who name="Michal Humpula">michal.humpula</who>
    <bug_when>2013-12-29 15:31:24 +0000</bug_when>
    <thetext>*** Bug 329370 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>