What is the purpose of the Look Up button on a Logitecth MX Keys Keyboard? - keyboard

Everything is in the title. I wonder if anyone knows how to use the Look Up button on a Logitech Mx Keys. I saw in Logitect Options that it does a look up but what does that mean exactly? Any idea?
I'm talking about the button surrounded by red in this picture.

In Mac OS, you can highlight a word and press the Look Up button to see the definition pop up in Chrome. I believe this is the same action as selecting a word, right clicking it, then pressing on the Look Up "...." option.
You can also press the fn key with the Look Up button to toggle scroll lock.

Related

Sublime3 why does it circle the letter "s"? [duplicate]

I might have pressed something on my keyboard by accident. The spaces on my code turned into boxes and it's annoying. How do I remove it?
You have opened the Find panel and searched for a space. Press Esc to close the find panel and the boxes will disappear. Alternatively turn off "highlight matches" in the find panel.

Sublime text 3 find and replace in selection without clicking the button

I'm using ST3 with vintage mode. When selecting some lines and pressing alt+shift+f (Mac OSX) I get the find and replace dialog at the bottom of the screen.
BUT, I have to remove my hand from the keyboard, reach for the mouse and click the little "In selection" button...
...is there some way for sublime to realize that I have made a selection and have that button clicked by default?
Try setting:
"auto_find_in_selection": true,
From my understanding, this will automatically use 'in selection' if you have non-empty selection when goes into find box.
[Edit]
Note, you generally set this settings in "Preferences.sublime-settings". You can open this setting by "Ctrl+Shift+P", and select "Preferences: Settings - User".

JavaFX + Scene Builder Mnemonics

I've added Mnemonics to a menu bar using JavaFX 2.2 and Scene Builder, but it doesn't work 100% well.
This is my menu:
When I press Alt, it looks like this, which is correct:
Then I press "D", and the menu opens, but the Mnemonics inside the menu are not underlined:
The lines do appear when I press Alt again; however, then the line under the "D" of "Datei" disappears:
So it seems to be some kind of buggy toggling function in JavaFX.
Anyway, I want the Mnemonics to be underlined all at once, just like when I click the menu:
When you click the menus with the mouse and then press Alt all Mnemonics are correctly underlined at once. Pressing Alt again will toggle between underlined and not underlined. This is the normal, expected behavior.
So I think when opening a menu via Mnemonics, the Oracle guys just forgot to call some kind of "underlineMnemonics()" method for the submenu. Does anybody know what method that is, so I can call it myself when opening a menu? Or does anyone have another workaround?
For example, I know that you can make the underlines of the main menu bar visible via CSS:
.mnemonic-underline {
-fx-stroke: -fx-text-base-color;
}
But I failed to make this work on the submenus. (Also, this would not be an ideal solution, because this way the underlines couldn't be toggled off again.)

Gmail Blue Bar issue

When I first open gmail and it loads there is a long blue bar to the top left of the first email every time I first open it. Once I have clicked on an email and then going back to the Inbox the blue bar disappears. Has anyone heard of this problem or issue and have a solution?
Does pressing J or K move it up and down? It sounds like the keyboard shortcut conversation indicator. It is just showing you which conversation is currently selected by keyboard shortcuts.
In Settings, try turning off Keyboard shortcuts.

Dismissing keyboard, but not toolbar

I have a keyboard with a toolbar attached to it. It appears fine, but I would like one of the button in the toolbar to dismiss the keyboard, but leave the toolbar where it was above the keyboard and display something different where the keyboard was. How would I do this.
You can't do it directly; but you can certain emulate it. Simply bring up a whole new toolbar and "something different" in your interface, behind the keyboard+toolbar, as the keyboard+toolbar is dismissed. You might even be able to make the keyboard's attached toolbar invisible so that it looks like it has just stayed in place because we see the identical toolbar behind it (but that's just a guess, I've never tried it).

Resources