mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-11-26 15:36:00 +00:00
Merge b8d854ae4bd1ab54f196abd35a8282650f5c9be5 into f157648d1e51878a10e02a8836c1e15aa8c59cc9
This commit is contained in:
commit
13d8d12b22
@ -58,6 +58,13 @@ Item{
|
||||
kterminal.pasteClipboard()
|
||||
}
|
||||
}
|
||||
Connections {
|
||||
target: pasteActionAlt
|
||||
|
||||
onTriggered: {
|
||||
kterminal.pasteSelection()
|
||||
}
|
||||
}
|
||||
|
||||
//When settings are updated sources need to be redrawn.
|
||||
Connections {
|
||||
|
||||
@ -116,6 +116,11 @@ ApplicationWindow {
|
||||
text: qsTr("Paste")
|
||||
shortcut: "Ctrl+Shift+V"
|
||||
}
|
||||
Action {
|
||||
id: pasteActionAlt
|
||||
text: qsTr("Paste selection")
|
||||
shortcut: "Shift+Insert"
|
||||
}
|
||||
Action {
|
||||
id: zoomIn
|
||||
text: qsTr("Zoom In")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user