0

I have used this exact combination as my password on my both my computers running windows 7. I uppgraded one of them to windows 10 and it seems that the program wich u write the password in to on win10 uses this ctrl + backspace as deleting the whole word. This meens i cant get the correct symbol to my password to login. How should i proceed?

Walter
  • 1

1 Answers1

0

My way would be to:

  1. check what symbol shows up when you type Ctrl+Bckspc
  2. get a code of this symbol for example from here
  3. then use tools described in this question, probably AutoHotkey, to assign behaviour of Ctrl+Bckspc to a specific symbol (that you get in the previous steps)

As far as I see AutoHotkey enables you to highly customise hotkey scripts, so I would expect it to work.

However, this will likely disable this handy option to erase whole word using Ctrl+Bckspc.

adamczi
  • 214