dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

modes.talon (282B)


      1 not mode: sleep
      2 -
      3 ^dictation mode$:
      4     mode.disable("sleep")
      5     mode.disable("command")
      6     mode.enable("dictation")
      7     user.code_clear_language_mode()
      8     mode.disable("user.gdb")
      9 ^command mode$:
     10     mode.disable("sleep")
     11     mode.disable("dictation")
     12     mode.enable("command")