supposedly the programmer layouts have ctrl and alt like old messagease had but i can't find them? all i can find is dessalines saying it should be in the thumbkey developer layouts in here: https://github.com/dessalines/thumb-key/issues/656

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 9 months ago (3 children)

I can't seem to find it in any of the layouts, it'd have to be added. But also since thumb-key really doesn't have tap and hold, what are you trying to do?

termux and terminal emulators usually have a bar for these rare press and hold actions.

  • source
  • hideshow 6 child comments
  • [–] [S] 1 point 9 months ago

    on messagease i would just do the ctrl or alt swipe then press a letter (etc) and it would do ctrl+letter, so useful for e.g. screen/byobu/tmux ctrl+a n without fiddling with special terminal app keyboards. also ctrl+a, ctrl+c, ctrl+v, ctrl+x, ctrl+z usually work in android apps and sometimes work better than the dedicated buttons for them

  • source
  • parent
  • [–] 1 point 6 months ago (1 child)

    It seems some methods exist in the code and could be binded to keys using Yaml:

    ToggleCtrlModeTrue ToggleCtrlModeFalse ToggleAltModeTrue ToggleAltModeFalse

    I haven't figured out how to write the Yaml properly for that in the little text field to modify keys... but I think it could solve the problem. Does any one how this yaml text field works?

  • source
  • parent
  • hideshow 2 child comments