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.
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
-
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.
Beta Was this translation helpful? Give feedback.
All reactions