Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(clafrica): replace echap key by pause key #30

Merged
merged 2 commits into from
May 12, 2023
Merged

fix(clafrica): replace echap key by pause key #30

merged 2 commits into from
May 12, 2023

Conversation

pythonbrad
Copy link
Owner

@pythonbrad pythonbrad commented May 12, 2023

resolve #27
The problem is because the echap key is used by some input field to cancel the current operation (eg. typing)
Since the purpose of the pause key can't disturb the working of the clafrica, we will use it instead.

- the echap key is used by some input field to cancel the current
  operation (eg. typing)
- the purpose of the pause key can't disturb the working of the clafrica
@coveralls
Copy link

coveralls commented May 12, 2023

Pull Request Test Coverage Report for Build 4956504176

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.531%

Totals Coverage Status
Change from base Build 4956010103: 0.0%
Covered Lines: 212
Relevant Lines: 213

💛 - Coveralls

@pythonbrad pythonbrad force-pushed the patch branch 2 times, most recently from fb3ba71 to e84b27f Compare May 12, 2023 07:48
@pythonbrad pythonbrad merged commit 4ec88ef into main May 12, 2023
5 checks passed
@pythonbrad pythonbrad deleted the patch branch May 12, 2023 07:54
@pythonbrad pythonbrad self-assigned this May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't work on some input field
2 participants