Ondřej Štorc
Results
2
comments of
Ondřej Štorc
I have encountered the same issue. Restarting the app indeed helped
Ok, as soon as I posted this, I found a solution for this... ```cpp rx.bind_key_internal(Replxx::KEY::shift(Replxx::KEY::F1), "new_line"); ``` However, I have an issue with ```cpp rx.bind_key_internal(Replxx::KEY::shift(Replxx::KEY::ENTER), "new_line"); ``` Where it doesn't...