Jump to content

nchicong

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by nchicong

  1. @vitor I don't think the keyboard layout is a matter. For me, I simply hard code the key as each input. I attached my screenshot of my setup. Another required component is to combine this with browser extensions like https://addons.mozilla.org/vi/firefox/addon/tab_numbers/ https://chrome.google.com/webstore/detail/tab-number/hgncmdcajoembohielokebjhljfajddj
  2. @deanishe I work with a lot of tabs and on Chrome I have a workflow to map Ctrl + number to jump to the tabs. Ctrl + [0 to 9] to jump from tab 0 to 9 Ctrl + [q to p] to jump from tab 10 to 19 Ctrl + [a to ;] to jump from tab 20 to 29 I customized the workflow named Chrome Control ``` x={query} y=$(($x - 1)) ./chrome.js focus 0,$y ``` I would like to do the same on Firefox. Some times during research, on Firefox with Vertical Tabs, I use up to 40 tabs.
  3. Hi @deanishe Thanks for the great workflow. I'm looking for a way to 'Activate Tab' by tab index instead of tab ID. The idea is like `./alfred-firefox -tabIndex 2 -action "Activate Tab" tab` I looked at the workflow code and it looks like it's only using tab ID. I would appreciate it if you have any suggestion.
×
×
  • Create New...