|
@@ -443,6 +443,19 @@ App.Config.set(
|
|
|
description: 'Format as //strikethrough//'
|
|
|
globalEvent: 'richtext-strikethrough'
|
|
|
}
|
|
|
+ {
|
|
|
+ key: 'v'
|
|
|
+ magicKey: true
|
|
|
+ description: 'Paste from clipboard'
|
|
|
+ globalEvent: 'clipboard-paste'
|
|
|
+ }
|
|
|
+ {
|
|
|
+ key: 'v'
|
|
|
+ magicKey: true
|
|
|
+ shiftKey: true
|
|
|
+ description: 'Paste from clipboard (plain text)'
|
|
|
+ globalEvent: 'clipboard-paste-plain-text'
|
|
|
+ }
|
|
|
{
|
|
|
key: 'f'
|
|
|
hotkeys: true
|