3

I got the Problem that the Keyboard Key shift+ins on the application or number pad does not work (I mean the one on the right side. Not that "ins" near the letter keys right above). The six keys near Return right above "Ins,Pos,UP,Del,End,Down" are working fine. When working with text I can make cut&paste with them. But I like more to do past with "shift+ins" on the keys on the nummber block (num is disabled for that). I have a QWERTZ German Standard Keyboard. Also I selected the right keyboard settings as I installed UBUNTU.

Why does the Key shift+ins not working on the right side and how could I change this? Thanks for your tip's.

HL1234
  • 61

1 Answers1

3

I found the solution by myself. Inspired by XUbuntu: Make Shift+NumPad work like Windows I do in the KEYBOARD CONFIGURATION FILE /etc/default/keyboard change

XKBOPTIONS=""

to

XKBOPTIONS="numpad:microsoft"

save and reboot It was told "You may need to run

sudo dpkg-reconfigure keyboard-configuration

for changes to take effect." but I don't do that. After reboot the behavior of the numpad is like I know it form Microsoft Windows Keyboard settings.

I just like to post this for anyone who got the same problem. Thanks all which have tried to help me.

HL1234
  • 61