MarkMyWords icon indicating copy to clipboard operation
MarkMyWords copied to clipboard

Keybindings Support

Open voldyman opened this issue 10 years ago • 0 comments

this branch should allow the user to easily insert markdown equivalent tags on keypresses, so pressing should insert the italics tag [cursor here]

  • [x] Keybinding settings class
  • [x] basic layout for the schema
  • [x] make the Document widget listen for keypresses and check if it should handle it
  • [x] load keybindings from settings
  • [x] reload keybindings if they are changed
  • [ ] if text is selected insert the tag around it, selectedText → ctrl i → selectedText

voldyman avatar Feb 01 '15 05:02 voldyman