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

pasting doesn't work #1884

Closed
v-python opened this issue Oct 29, 2014 · 7 comments
Closed

pasting doesn't work #1884

v-python opened this issue Oct 29, 2014 · 7 comments

Comments

@v-python
Copy link

Having failed (see #1729) to be able to type into the file picker dialog, I decided to try pasting. Copying the path from Windows Explorer, I was unable to paste it, even though right clicking the file picker file name box offered a paste option. Ctrl-v didn't work either, and AutoHotKey macros are also not recognized.

Whatever technology is used by fontforge (the cygwin system, per the above bug) must not care much about interoperability with other standard windows programs and features. It's a pretty sad state of affairs for usability.

@jtanx
Copy link
Contributor

jtanx commented Oct 29, 2014

The clipboard seems to work fine for me.

As mentioned in #1882, FontForge is using the X Window system which is not native to Windows. Hence FontForge makes use of a ported X Window server caled VcXsrv. VcXsrv implements the clipboard feature that allows you to copy/paste to/from the X application (FontForge).

The VcXsrv used is currently stuck at version 1.14.2 for Windows XP support, so it may help to update to a later VcXsrv. Although as I mentioned the clipboard was working fine for me, and that was with 1.14.2.

@davelab6
Copy link
Member

Try Ubuntu ;)

@v-python
Copy link
Author

@jtanx did you try pasting into the file picker? I tried 3 ways that failed, with the standard install of font forge, latest version, today. Ctrl-v, an autohotkey macro that reads the clipboard text and retypes it using Windows APIs, and the right-click/Paste entry. None of them worked. I didn't try pasting into other parts of the application... I was trying to open a font file for experimentation.

@jtanx
Copy link
Contributor

jtanx commented Oct 30, 2014

Yes, I tried by pasting using Ctrl-V and right click pasting - no issues.

@jtanx
Copy link
Contributor

jtanx commented Oct 30, 2014

@v-python, out of interest what keyboard layout are you using? Are you also using any non-English/non-US based locale?

@v-python
Copy link
Author

It is a Dvorak layout... but not exactly the one M$ ships, because I learned ISO standard & recommended Dvorak on other equipment, and M$ uses ISO Standard, but doesn't follow all the recommendations. Then I also have a bunch of AutoHotKey macros that I use to type international characters from various languages. I had thought to use M$ Keyboard Layout Creator to make an internationalized version of the Dvorak layout, similar to the M$ US International layout, but I found it easier to do it using AutoHotKey.

Were you testing Ctrl-v on Windows 7 or some other version? Oh, maybe Ctrl-QWERTY-v would work... umm... testing... nope.

US locale.

@jtanx
Copy link
Contributor

jtanx commented Aug 26, 2016

This may have been the result of #2286. Please reopen if it's still an issue.

@jtanx jtanx closed this as completed Aug 26, 2016
@jtanx jtanx added the Windows label Aug 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants