adnan23062000 / bee-demo-app

0 stars 0 forks source link

keyboard separator issue #211

Open adnan23062000 opened 3 weeks ago

adnan23062000 commented 3 weeks ago

If you like to use numeric . instead of normql , to separate decimals in spreadheets:

You can hexadecimal-edit a copy of /WINDOWS/SYSTEM/KEYBOARD.DRV (it is protected for running windows).

Search and replace de string "*-+." (without ") and change [.] by [,] (without [], two times in the spanish keyboard)

Reboot in Ms2: backup the original KEYBOARD.DRV and copy the new KEYBOARD.DRV in your /WINDOWS/SYSTEM directory.

After reboot, you can press de number keypad [.] and you will see [,] in NOTEPAD and windows applications; you will see [.] in msdos console.

Spreadsheets run fast with decimal comma in [.] number keypad!

adnan23062000 commented 3 weeks ago

The most similar bug report issues are given below:

Issue ID: 196 Issue Title: Unable to Delete or Move Newly Created Database (.odb) Files in MS Windows Issue URL: https://github.com/adnan23062000/bee-demo-app/issues/196

Issue ID: 195 Issue Title: Database Recovery Process Triggered Upon Opening OpenOffice Documents Issue URL: https://github.com/adnan23062000/bee-demo-app/issues/195

Issue ID: 194 Issue Title: Workaround for Decimal Separator Input Issue in OpenOffice Calc Using Numeric Keypad Issue URL: https://github.com/adnan23062000/bee-demo-app/issues/194

Issue ID: 193 Issue Title: Numeric Keyboard Decimal Separator Mapping Issue in OpenOffice Calc Issue URL: https://github.com/adnan23062000/bee-demo-app/issues/193