You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to recreate the command shift v functionality from terminal (which pastes whatever is currently selected).
To do so, I've created the following config file: macos-titlebar-style = native keybind = super+shift+v=paste_from_selection keybind = super+r=reload_config
However, nothing at all happens when I reload and try to use command shift v. If I change it to be "paste_from_clipboard", it works as expected (pasting the clipboard).
Any ideas on how I can get paste_from_selection (ie, pasting what I have selected on the screen to the current cursor position)?
Thanks.
os/macosneeds-confirmationA reproduction has been reported, but the bug hasn't been confirmed or reproduced by a maintainer.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to recreate the command shift v functionality from terminal (which pastes whatever is currently selected).
To do so, I've created the following config file:
macos-titlebar-style = native keybind = super+shift+v=paste_from_selection keybind = super+r=reload_configHowever, nothing at all happens when I reload and try to use command shift v. If I change it to be "paste_from_clipboard", it works as expected (pasting the clipboard).
Any ideas on how I can get paste_from_selection (ie, pasting what I have selected on the screen to the current cursor position)?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions