Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 801 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 801 Bytes

brackets-touch

Basic TouchEvent handling in Brackets

This extension for brackets is aimed to enable TouchEvent handling in brackets. Below operations are tested to be working on Windows 8/10 touch enabled laptops.

  • Touch to open file
  • Touch to trigger commands from various buttons and menus
  • Touch and drag to re-arrange files in working set
  • Touch on bottom panel items
  • Touch to select pane
  • Touch to select split view options
  • Touch to click on status bar items
  • Touch to change project
  • Touch to expand/collapse file tree in projects
  • Double tap to select token
  • Ctrl/Cmd touch to put multiple cursor
  • Touch and drag on editor to select region of text

#NOTE

Press and hold Alt while tapping to avoid mouse event simulation. Specially usefull when you want to scroll.