I am using Key down operation in one input field when I click on backspace key, it is performing control + p operation which is taking me to print screen, how can I resolve this issue
Hello Shalini,
Can you describe more by uploading OML or OAP or Screenshot.
Thanks
Neha
Hi Shalini,
Method1.
Make sure your keyboard input method is configured with the correct layout for your language.
Method 21. Press the Windows + Q keys and type CMD;2. Right-click on Run as Administrator;3. Paste the commands below:REG DELETE "HKLM\SYSTEM\CurrentControlSet\Control\Keyboard Layout" /V "ScanCode map" /FREG DELETE "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoWinKeys" /FNow do the keys work correctly? If not, do the procedure below:1. Press the Windows + Q keys, type and click on Notepad;2. Paste the values below into the notebook:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]"Scancode Map"=hex:00,00,00,00,00,00,00,00,09,00,00,00,00,00,5b,e0,00,00,5c,e0,00,00,5d,e0,00,00,44,00,00,00,1d,00,00,00,38,00,00,00,1d,e0,00,00,38,e0,00,00,00,003. Click File> Save, name it Keyboard.reg and click OK (Save to the desktop);4. Right-click on Keyboard.reg and select Merge;5. Click Ok> Yes> Yes.6. Restart the system.If the behavior persists, proceed to the next method.Method 31. Press the Windows + C keys and click Settings.2. Click Change computer settings.3. Click Ease of Access.4. Click Keyboard.5. Disable Sticky Keys.6. Check that the keys work correctly.Method 4Uninstall the keyboard driver:1. Press the Windows + X keys simultaneously;2. Click on the Device Manager option;3. Click the arrow that points to Keyboards;4. Right-click on the installed device and click uninstall;5. Restart the computer.Method 5Your user may be corrupted. Create a new account to see if the problem persists.Press the Windows + R keys;Type netplwiz and press ok;Click on the Add option;Select the option Sign in without a Microsoft account;Choose a name and password for this profile and after that proceed to the next steps;After the new profile is created, go back to the User Accounts screen, click on your user and then on Properties. Select the Group Membership tab;Mark the profile as Administrator and click on Ok.Sign in with the new account. If the problem is resolved, copy and paste the files from the old account to the new account (Go to File Explorer> This computer> C:> User> user folder).
Hope this will help you.
Regards,
Amreen
Hello,
Is it possible that you have some javascript code in the "keydown" event handler similar to this?
window.print();
This would also bring up the print dialog.