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

ALT + ; does nothing on Windows #33

Open
leegee opened this issue Mar 7, 2016 · 4 comments
Open

ALT + ; does nothing on Windows #33

leegee opened this issue Mar 7, 2016 · 4 comments

Comments

@leegee
Copy link

leegee commented Mar 7, 2016

Downloaded with Package Control.
Restarted
Selected this text:

  Examples: 
    | STRING                 | COLUMN NAME                   | 
    | TR.FloatPercent        | Float Percent                 |  
    | TR.Price52WeekHighDate | Date of Price - 52 Week High  |  
    | TR.TotalAssetsActual   | Total Assets                  | 
    | CF_CURR                | Currency                      |  
    | BID                    | Bid                           |  
    | VOLUME                 | Volume                        |

Held ALT key and pressed ; key.

Nothing happened.

@drewda
Copy link
Owner

drewda commented Mar 9, 2016

I don't have a Windows machine, and cannot help debug. But hopefully if we leave this issue open, another users of the library can reproduce or offer suggestions.

@hugofcampos
Copy link

In MacOS, alt+'+' produces the '≠' char.
Is there any way to change this shortcut?

@zpan
Copy link

zpan commented Sep 26, 2016

@hugofcampos use alt + ; , not alt+'+'

@endash
Copy link

endash commented Aug 19, 2017

For anyone who comes across this on OS X: Table cleaner wasn't working for me because it was running the script with Python 3. Rather than figure out how to get it to use Python 2, I just gsubbed xrange with range and next() with __next__() in the source. YMMV.

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

5 participants