Sk
Sk
Please support arm architecture. raspberry pi nano, armv6
in addition, most of the symbol key and all of the function keys are also invalid.
this keys and their shift version are not working (shift version is after '|') *i made a patch quote left to caps lock should work now* - quote left :...
i tested that in acer windows laptop. i don't know how you managed to work. in `nigui.nim` there is no `Key_CapsLock` thus i added it as `Key_CapsLock = 20` and...
Key_QuoteLeft = 192 ` Key_QuoteRight = 222 ' Key_BracketLeft = 219 [ Key_BracketRight = 221 ] Key_Semicolon = 186 ; add this keys too.
For text input case that can be done but other cases key release is crucial. because key down can call same function many time unintentionally, but key release ensures one...
a simple example about key-release, let's say you have `enter` key binding with textbox, which collect textbox text and append to textArea. if it is key-down there is a possibility...
currently i am trying to learn using provided example. i will use it everyday and if i find any issue i will notify you.
I am using markor since last week. It is a great app. Only thing I miss is the password protection. Entire app password protection will create inconvenience. So per file...
Yes there is an option for that, for example `test.md.jenc` is an encrypted file, anyone can open it from Markor, isn't it? So if anyone (e.g family members/kid) take my...