OS X right click / define on ubuntu and windows 7

0

I have been an OS X user for a long time and really gotten used to a lot of features that Apple has to offer. At work I have to keep switching between Windows 7 and Ubuntu 15.04. One of the most missed features that I have not figured out how to duplicate is the context menu dictionary lookup. Right-click on a word and this option appears in the context menu:

enter image description here

And clicking on that leads to a pop-up window with the dictionary entry:

enter image description here

I mostly use it within the browser. The browser I use the most is Chrome and it offers right click "search Google for selected word", which opens up a search results in a new page.

My question is how can I implement a feature similar to OS X, that opens up a popup window with a word definition in Windows and Ubuntu? Doing it in the browser would cover most of my needs but even better, is it possible to do this with the operating systems so it is available independent of the browser?

AntK

Posted 2015-08-24T06:34:08.360

Reputation: 155

That Chrome feature is only available on OS X? – fixer1234 – 2015-08-25T02:01:10.103

It works with all OS's in chrome – AntK – 2015-08-25T04:51:16.347

What I want is the 'define' in right click menu, which is default in OS X – AntK – 2015-08-25T05:21:33.360

here is a link for the right click menu and a link for a pop up window. The feature is not avalable in other OSs and this is why I created this question. Thanks @fixer1234

– AntK – 2015-08-25T06:36:39.447

You're saying a similar feature is available in Chrome, and the Chrome feature is available in all OSs. But this is something built into OS X and you want access to it in Windows and Ubuntu outside of Chrome? – fixer1234 – 2015-08-25T16:38:51.657

You got it right. Rather than googling it. It would be a lot more continent to extend os functionality and have OS X like dictionary feature – AntK – 2015-08-25T17:08:02.993

Answers

0

In windows you can edit the context menu https://www.thewindowsclub.com/remove-click-context-menu-items-editors

then you could probably invoke cortana’s define word look up https://www.zdnet.com/article/windows-10-tip-use-cortanas-secret-dictionary/

Chéyo

Posted 2015-08-24T06:34:08.360

Reputation: 101

Thanks for your contribution. Providing the link for reference is useful, but you must also include the essential information in the post. Please edit your answer so it contains that information.

– robinCTS – 2018-06-29T07:09:52.063