Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy paste keyboard #125

Open
userx-bw opened this issue Oct 17, 2017 · 2 comments
Open

copy paste keyboard #125

userx-bw opened this issue Oct 17, 2017 · 2 comments

Comments

@userx-bw
Copy link

for all of the bells and whistles , no keyboard ShCuts copy, paste nothing is in the tips on it either, maybe due to limitations of this apps use of however and whatever it is using to get it to work. I do not know, but the basic terminal copy paste keyboard short cuts would be a nice touch.

@tmlbl
Copy link

tmlbl commented Feb 1, 2018

From searching the code it looks like Shift+Insert will paste to this terminal. I can't test it, because the laptop I'm on (Chromebook running Linux) doesn't have an insert key. It would be nice to support Ctrl+Shift+V like other terminals.

EDIT: So the following works if I add it to /etc/xdg/lilyterm.conf AND ~/.config/lilyterm/default.conf AND turn off "Save settings automatically" since it seems to like changing it back:

# Copy the text to clipboard.
# Left it blank to disable this function key.
copy_clipboard = Ctrl+Shift C

# Paste the text in clipboard.
# Left it blank to disable this function key.
paste_clipboard = Ctrl+Shift V

@userx-bw
Copy link
Author

userx-bw commented Feb 1, 2018

Ok I'll check that for ya...
I had to reinstall it,

haven't edit conf yet, but highlight text in them and hit shift + insert paste highlighted into term. interesting..

I found this in the default config ```

Copy the text to clipboard.

Left it blank to disable this function key.

copy_clipboard = Ctrl Delete

Paste the text in clipboard.

Left it blank to disable this function key.

paste_clipboard = Ctrl Insert


so it looks like it is actually just a matter of lily changing the norm with copy paste.
Why? I do not know.
thanks for your reply....

SORRY I do not kow how to NOT make it used pound sign  comments not make it bold like it is doing..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants