Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Actions menu shortcuts #23

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 14, 2016

  1. webframe: define _openChannelPalette function to open channel selector

    It simulates a Ctrl+K under the hood
    3v1n0 committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    d153695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be1dd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55a1df6 View commit details
    Browse the repository at this point in the history
  4. Use menu items, not globalShortcut for keybindings

    This will apply at OS level, while we want this only for this window
    3v1n0 committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    5781ca7 View commit details
    Browse the repository at this point in the history
  5. webframe: keep track of the selected channel and allow to move to the…

    … previous one
    
    Once we've a list of channels ("#buffer"), we listen to class and href changes
    there. Thus on such changes we verify whether the selected channel has changed
    3v1n0 committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    2e469b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f609580 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e6e5be View commit details
    Browse the repository at this point in the history