On 22-03-2015 14:01, Bruce Dubbs wrote:
> Ken Moffat wrote:
>> On Fri, Mar 20, 2015 at 03:46:13AM +0000, Ken Moffat wrote:
>
>>>> If the cursor is to the right of 5 (only in insert mode):
>>>>
>>>> Backspace deletes 5 and cursor moves left 1.
>>>> Delete removes the EOL so we get
>>>>
>>>> abcde
>>>> 12345vwxyz
>>>>
>> For me, BOTH backspace and delete give me 12345vwxyz
>>
>> When I go into "edit profile" in konsole, on the Keyboard tab I am
>> apparently set to use the linux console (that is confirmed if I look
>> at the name within 'edit'), but both that and xfree work the same.
>> There used to be a setting to specify ^H, I think, but the values do
>> not seem to actually be editable.
>>
>> Ah! Success! If I change the settings to 'Solaris' the backspace
>> key is shown as producing '\b' and backspace in insert mode works as
>> I expect it to, both within the line and when at the end of the
>> line.
>
> It must have something to do with the keyboard you use. That's about
> the only thing I can think of that would make a difference.
A couple of days ago, I included in Section "InputClass" of
/usr/share/X11/xorg.conf.d/10-evdev.conf:
Section "InputClass"
Identifier "evdev keyboard catchall"
...
Option "XkbModel" "pc105"
Option "xkb_layout" "br"
Option "XkbVariant" "abnt2"
EndSection
This was the only modification I needed. Card is nvidia, using nouveau.
It might help you, Ken, with suitable modifications. I would like to
have done it elsewhere, or in 10-keyboard.conf, but didn't know what
would be the session ando other name I needed to include.
--
[]s,
Fernando
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page