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

Mongol not showing when i press Control + M #20

Closed
molleman opened this issue Feb 26, 2015 · 7 comments · Fixed by #21
Closed

Mongol not showing when i press Control + M #20

molleman opened this issue Feb 26, 2015 · 7 comments · Fixed by #21

Comments

@molleman
Copy link

Hey,

i just added the package

when i press Control + M

Nothing is displayed, the scripts are loaded,

Any ideas?

@msavin
Copy link
Owner

msavin commented Feb 26, 2015

Do you have mousetrap or any key bindings? Also, are you focusing on the web page when you press or, or the browsing application?

Sent from my iPhone

On Feb 25, 2015, at 8:44 PM, molleman notifications@github.com wrote:

Hey,

i just added the package

when i press Control + M

Nothing is displayed, the scripts are loaded,

Any ideas?


Reply to this email directly or view it on GitHub.

@molleman
Copy link
Author

No i don't have mousetrap or any key bindings

I have tested in chrome, safari and firefox

Give you a laugh

I have tried

Control and m
Control and M
Control = M
Control shift m
Control shift M

and so on so forth.

I'm using matteodem/meteor-boilerplate and a few other packages, but I don't see how they would interfere.

Is there anyway to activate it through the console?

@msavin
Copy link
Owner

msavin commented Feb 26, 2015

Weird man. OS X right? You sure you're not using the command key? Haha

This should do it:

Session.set("Mongol_settings_display", true);

The control + m just flip the value of that variable.

Sent from my iPhone

On Feb 25, 2015, at 8:56 PM, molleman notifications@github.com wrote:

No i don't have mousetrap or any key bindings

I have tested in chrome, safari and firefox

Give you a laugh

I have tried

Control and m
Control and M
Control = M
Control shift m
Control shift M

and so on so forth.

I'm using matteodem/meteor-boilerplate and a few other packages, but I don't see how they would interfere.

Is there anyway to activate it through the console?


Reply to this email directly or view it on GitHub.

@molleman
Copy link
Author

Yeah OS X , its safe to say i tried every combination in the past 15mins possible with the key M... nothing worked!! :-)

Yup Session.set("Mongol_settings_display", true); worked a treat

Cheers

@msavin
Copy link
Owner

msavin commented Feb 26, 2015

Glad that worked for you. Strange issue though. Could you share any more details about your system configuration? Just want to make sure that Mongol works well for everyone who installs it.

@mbabauer
Copy link

I am also having this same issue, and also on OS X. I looked at my Keyboard setup in Settings and saw no Ctrl-M shortcuts defined there. I also searched Google, but found nothing. I know when I hit Ctrl-M my mouse pointer dissapears, so something it happening, just not sure what.

@JackAdams
Copy link
Contributor

I was able to reproduce the bug and #21 fixes it.

msavin pushed a commit that referenced this issue Apr 24, 2015
Fixes #20 - where CTRL-M wasn’t working
CSS changes to make Mongol render nicely on Firefox
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

Successfully merging a pull request may close this issue.

4 participants