Thread

Index > Scribe > ctrl+i deletes text after formatting as italics
Author/Date ctrl+i deletes text after formatting as italics
Scott
14/03/2019 11:21am
When composing an HTML message in v.2.3.8, using ctrl+i immediately deletes the highlighted text. ctrl+z will restore the text and it will be italicized.
Using ctrl+b correctly bolds the text without deleting it.

What is the keyboard shortcut for underlining highlighted text? ctrl+u doesn't work.
fret
14/03/2019 3:30pm
using ctrl+i immediately deletes the highlighted text
It's fixed. The OS sends a stray TAB message after Ctrl+I. It wasn't a bug in my code but I've added a check to block the TAB message in that one circumstance.

What is the keyboard shortcut for underlining highlighted text? ctrl+u doesn't work.
Currently that is bound to 'upper/lower case convert'. 'c' is already used for 'copy'. So until I get a better suggestion I've implemented Ctrl+L to underline the selection. L for line...?
Scott
15/03/2019 9:56am
ctrl+L works for me
Reply