[GH-ISSUE #634] when I press [supr] key, it changes to upper case or lower case #362

Closed
opened 2026-02-26 23:59:18 +03:00 by kerem · 7 comments
Owner

Originally created by @saulperez2905 on GitHub (Aug 1, 2018).
Original GitHub issue: https://github.com/electerm/electerm/issues/634

when opening a document with the editor "vi" and you want to delete a character by pressing the [supr] key, the character changes from lowercase to uppercase. You should delete the character.

Originally created by @saulperez2905 on GitHub (Aug 1, 2018). Original GitHub issue: https://github.com/electerm/electerm/issues/634 when opening a document with the editor "vi" and you want to delete a character by pressing the [supr] key, the character changes from lowercase to uppercase. You should delete the character.
kerem 2026-02-26 23:59:18 +03:00
Author
Owner

@zxdong262 commented on GitHub (Aug 1, 2018):

how to reproduce this?what os are you using? supr key? super key?what is it?

<!-- gh-comment-id:409756302 --> @zxdong262 commented on GitHub (Aug 1, 2018): how to reproduce this?what os are you using? supr key? super key?what is it?
Author
Owner

@saulperez2905 commented on GitHub (Aug 1, 2018):

Hello:
I'm sorry my keyboard is in Spanish.

In windows 10, I connect to a Linux server, inside the server I edit a file with the editor "vi".

When I try to delete a character by pressing the "delete" key (top right corner on a laptop). When pressing this key, the character in the document changed to uppercase if it is in minuscule and vice versa
2018-08-01 18_58_19-000144

<!-- gh-comment-id:409762701 --> @saulperez2905 commented on GitHub (Aug 1, 2018): Hello: I'm sorry my keyboard is in Spanish. In windows 10, I connect to a Linux server, inside the server I edit a file with the editor "vi". When I try to delete a character by pressing the "delete" key (top right corner on a laptop). When pressing this key, the character in the document changed to uppercase if it is in minuscule and vice versa ![2018-08-01 18_58_19-000144](https://user-images.githubusercontent.com/28075454/43554948-0d1e746e-95bd-11e8-88bd-6e314c7007cb.jpg)
Author
Owner

@zxdong262 commented on GitHub (Aug 2, 2018):

@saulperez2905

https://stackoverflow.com/questions/3230722/delete-key-is-changing-letter-case-in-vim

hope this helps, it is vi's behavior, not electerm's

<!-- gh-comment-id:409940943 --> @zxdong262 commented on GitHub (Aug 2, 2018): @saulperez2905 https://stackoverflow.com/questions/3230722/delete-key-is-changing-letter-case-in-vim hope this helps, it is vi's behavior, not electerm's
Author
Owner

@saulperez2905 commented on GitHub (Aug 21, 2018):

Hi @zxdong262
I am using Windows 10 and can not edit VIM. If you mean to edit VIM on each computer that I connect to using "electerm", it becomes too tedious to do so.

Why when do I connect using "Putty" if it works correctly?

<!-- gh-comment-id:414526601 --> @saulperez2905 commented on GitHub (Aug 21, 2018): Hi @zxdong262 I am using Windows 10 and can not edit VIM. If you mean to edit VIM on each computer that I connect to using "electerm", it becomes too tedious to do so. Why when do I connect using "Putty" if it works correctly?
Author
Owner

@zxdong262 commented on GitHub (Aug 21, 2018):

@saulperez2905 You are right.it it a problem.I will try to find out why.

<!-- gh-comment-id:414533249 --> @zxdong262 commented on GitHub (Aug 21, 2018): @saulperez2905 You are right.it it a problem.I will try to find out why.
Author
Owner

@saulperez2905 commented on GitHub (Aug 21, 2018):

Hi @zxdong262

probably also influences the copying and pasting within "sqlplus" of Oracle Database Software.

  1. When I paste a query in a single line it executes correctly:

select owner, object_type from dba_objects where owner = 'USR_FRM';

  1. But when executed, line after line, it fails:

select owner,
object_type
from dba_objects
where owner = 'USR_FRM';

As I said before, this in putty, termius or other terminal works normally.

2018-08-20 22_11_37-000148

<!-- gh-comment-id:414536262 --> @saulperez2905 commented on GitHub (Aug 21, 2018): Hi @zxdong262 probably also influences the copying and pasting within "sqlplus" of Oracle Database Software. 1) When I paste a query in a single line it executes correctly: select owner, object_type from dba_objects where owner = 'USR_FRM'; 2) But when executed, line after line, it fails: select owner, object_type from dba_objects where owner = 'USR_FRM'; As I said before, this in putty, termius or other terminal works normally. ![2018-08-20 22_11_37-000148](https://user-images.githubusercontent.com/28075454/44378321-6d5b9b00-a4c6-11e8-8c20-7d243f2bd97c.jpg)
Author
Owner

@zxdong262 commented on GitHub (Aug 25, 2018):

@saulperez2905 a new version released, with fix, your feedback really helps, thank you.

<!-- gh-comment-id:415924229 --> @zxdong262 commented on GitHub (Aug 25, 2018): @saulperez2905 a new version released, with fix, your feedback really helps, thank you.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#362
No description provided.