Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 4 years ago.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
On Windows, when you press Win+f, the Windows Search utility will pop up. I want to redefine this short cut and point to another program (yes, it's also a search utility, everything). I tried the following code but it doesn't work.
; open everything.exe
HotKeySet("#f", "open_everything")
; # win
; ^ ctrl
; + shift
; ! alt
While 1
Sleep(200)
WEnd
; open everything
Func open_everything()
MsgBox(4, "", "everything ... ")
EndFunc
When I change the short cut to Win+z, everything works.
; open everything.exe
HotKeySet("#z", "open_everything")
; # win
; ^ ctrl
; + shift
; ! alt
While 1
Sleep(200)
WEnd
; open everything
Func open_everything()
MsgBox(4, "", "everything ... ")
EndFunc
Any ideas of this problem? Thanks
From the AutoIt help file. Page is Function Reference -> HotKeySet. The following hotkeys cannot be set: Win+B,D,E,F,L,M,R,U; and Win+Shift+M
These are built-in Windows shortcuts. Note: Win+B and Win+L might only be reserved on Windows XP and above.
Much easier is to for example bind the key on Ctrl+F and get used to pressing that.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
The community reviewed whether to reopen this question last year and left it closed:
Original close reason(s) were not resolved
Improve this question
I found out I can highlight pdfs with okular in-file by the review tool, but everytime I use the highlighter, it gets turned off afterwards again, so to highlight the next piece of text I have to activate it again.
I would like to change this behaviour to 'toggle' on off by clicking (or pressing 4), and not have it turn off automatically.
I saw here that the tools can be modified, but it doesn't mention toggling.
Double-clicking the tool solves it, as I found in a Bug report pointing to the manual.
You have to select the Pin button ( its the one at the right most) and then click the Highlighter button
Double-click didn't work for me.
Clicking:
"Highlighter"
and then "Keep Active"
worked for me
(Press F6 if you don't see the "Highlighter button")
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 11 days ago.
Improve this question
Well I've recovered a WEP Wi-Fi password using Aircrack-ng, and it says the password is 00:00:00:00:00 in hex, which is five times null. Backtrack represents the password in ASCII as dots, but I've tried that and it naturally didn't work. How do I enter that? I'm running Win8.1 / Backtrack. I've googled that null on Win is alt + 255, but that didn't work for me.
Any ideas are nice.
So I've managed to do it. I've typed alt + 255 in CMD (which seems to be null code), and then I right clicked on the cmd window, copied everything, pasted in notepad++, and selected just the chars I wanted.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Guys it may sound dumb but this is my first day working with SSH.
I have never used commandline before. Can someone tell me how do I select an option at this stage. I am on a Putty Session using SSH on a Ubuntu server trying to configure my VPS.
I can scroll using the arrows, but pressing enter does not choose the option. May be it is an multiple select option. Using tab takes me to the button. If I keep navigate down to en (English) and then use Tab to OK it still submits blank. :(
Use the tab key to jump between widgets, the cursor keys to move between positions and the space key to toggle a selection.
To finish the dialog position the cursor over the <Ok> "button" (using the tab key again) and press Enter.
This is the typical behavior of an "ncurses" based interface. It has nothing to do with ssh or the system you use.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Can anyone guide me how to mark text in my source code in gedit as shown below ("TODO" word was marked with yellow color)?
I can't find a feature in the editor for me to apply this highlighting (so it persists) to other parts of text, beyond what is automatically highlighted. Is this possible?
I've uploaded my source (one small file) if you have gedit and want to view the highlighting to see what I'm trying to reproduce.
I think that searching text with Ctrl+K will leave the text searched highlighted, otherwise you can look at the Smart Highlighting plugin for gedit .
If the highlight is not a consequence of a mark, it is clear that it rely on the synthax highlighter set for the current programming language ...
gedit provides syntax highlighting for a wide range of markup,
programming, and scientific languages. If gedit recognizes the syntax
being used when you open a file, it will automatically highlight the
text. If your syntax or language is not highlighted upon startup, you
can select the appropriate syntax or language by clicking View ▸
Highlight Mode, and then choosing the desired syntax. Alternately, you
can select the syntax name from a list at the bottom of the gedit
window.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have this weird issue with Photoshop - when I use the type tool, I can type letters normally, but when I type any punctuation character, it gets added to the beginning of the text.
As far as I remember, I haven't changed any settings. How do I avoid this ?
You can try :
go to edit>preferencec>type..
select type > choose text engine options select east asian.
Restart photoshop.
Create new peroject.
Try text tool again.
(if you want to use your project created with other text engine type) copy /paste all layers to new project.
This is a paragraph option. Go to Window>Paragraph then a small window will pop up. You will have two buttons on the bottom. One with a arrow on the left of P and one on the right. Select the right one.
Select all text afected by this issue:
Window -> Character, click the icon next to hide the Character Window, Middle Western Features and select
Left-to-right character direction.