Artur Lomsadze

Results 7 comments of Artur Lomsadze

@elfmz, each button is pressed and released exactly 3 times in the order that you asked (Fn, Cmd, Option): ``` DeduceCodepages: unknown locale 'UTF-8' argv[0]='far2l' g_strFarModuleName='/opt/homebrew/bin/far2l' translation_prefix='/opt/homebrew/' WinPortInitRegistry: OK FixedFontLookup:...

Sure. At the moment I need only Ins key, don't know so far about others. Do you need me to test some other particular keystrokes?

Sorry, @elfmz, that I closed the issue. [The workaround](https://github.com/elfmz/far2l/issues/986#issuecomment-820831226), suggested by @singalen basically solved my problem, and I didn't think, that it would grow into the code change. So I...

@elfmz, just reinstalled `far2l` from `5e397da` Now I can see the `Ins`, `Del`, `+`, `-`, `*`, `/`, `Home`, `End`, `PageUp` and `PageDown` buttons on the TouchBar, when I press and...

https://support.apple.com/en-gb/guide/mac-help/mchlp1406/mac > Use the Fn key or the Globe key: If you set an option in Keyboard preferences to change input sources by using the Fn key or the Globe...

1) Use try-with-resources to autoclose Streams finally 2) Write lock is needed in set() and saveContent() methods. Read lock is needed in get(), getContent() and getContentWithoutUnicode() methods. This will increase...