mark2devel / mark2

Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed Discord: https://discord.gg/zymJygHNpv
Other
208 stars 44 forks source link

Copy and Paste #30

Closed Slind14 closed 9 years ago

Slind14 commented 9 years ago

Hey,

Is there any way to make copy and paste work? paste into the input line and mark/copy from the console? If not, any chance of implementation? For us it would be highly useful and one of the biggest things we miss since using mark2.

Slind14 commented 9 years ago

Ok, found out that it works with shift. But it comes with the issue of copying the side-parts, too. Is it possible to hide them? Kinda like https://github.com/gsand/mark2/issues/32 but hiding everything beside the console stream and input.

gsand commented 9 years ago

That's currently not a very high priority thing, it would require that the whole user client be rewritten.

Slind14 commented 9 years ago

Is there a way on mac os x as shift click doesn't work there with terminal and iterm2?

gsand commented 9 years ago

I dont use mac os x.

Here's a link to the documentation for iterm2 that deals with selecting text. https://iterm2.com/documentation-one-page.html#documentation-smart-selection.html

I'll see if I can relearn urwid in order to make this change.

Slind14 commented 9 years ago

The doc is about the smart select feature which allows faster selection's based on regex rules. The issue here is that you can't mark anything. On putty you can't either but by holding shift while marking or pasting it works. I tried all the combination keys that came to my mind on os x but none wanted to work.

gsand commented 9 years ago

I dont use mac os x.

You could try switching to a different terminal emulator or checking your terminal documentation.

gsand commented 9 years ago

Alt+Cmd will turn your cursor into a crosshair which lets you select text.

Slind14 commented 9 years ago

:+1: