51
DC Website Help and Extras / Re: A public thank you to Deozaan and other mods keeping the board spam free
« Last post by Nod5 on July 26, 2021, 05:26 PM »Cheers for Deozaan! 
I can confirm that I too had the exactly same issue, when accessing hwnd, the program would crash.-meoow (July 18, 2021, 02:49 AM)
I seem to get error messages no matter what I do-tomos (January 17, 2021, 06:16 PM)
AutoHotKey?A few tips for AutoHotkey. Pick one organizing system for your hotkeys and stick to it. Some variants:-ottenm (May 26, 2021, 11:43 AM)
Is there some way to view a folders contents the same way, but with an alias to a path.Here are three slightly different ways. In each start with-jinxx (May 19, 2021, 06:45 PM)
Is there an alias that works just like paste %WHATEVER% ... except it takes the contents of %WHATEVER% from a filepath on your local machine?Not currently I think. FARR does have the built in alias command fileresults which reads the contents of a text file. But I don't recall any FARR method to use what it reads as a variable for a subsequent paste command.-dreftymac (May 07, 2021, 04:36 PM)
Also briefly tested the txt-as-md plugin on a test vault.That's interesting. I see in https://forum.obsidi...txt-code-etc/1656/50 that there is discussion about two possible features.-Dormouse (March 19, 2021, 05:00 PM)
Here you go.Neat! I will experiment with that.-GirkovArpa (March 14, 2021, 08:28 PM)
Here you go.That looks nice, seems functional for this request.-GirkovArpa (March 12, 2021, 11:00 AM)
I seem to get error messages no matter what I doOk, sorry that it isn't working. That error message points to the a step in the code that uses COM to loop over all open File Explorer windows. It seems to find a File Explorer window but crash when that window's handle is accessed. I don't know what is causing that error though, I'm not able to reproduce it on any PC I have tried. It is also a pretty commonly used method in AutoHotkey scripts and I haven't found similar errors reported in the AHK forums. Guessing: maybe related to Win 10 security permissions settings or a conflict with some other app or script that is running on your computer but not on mine. If you have another Win 10 computer at hand you could try it there, to help narrow down the issue.-tomos (January 17, 2021, 06:16 PM)
1) (minor) it doesnt recognise that the Download folder has been moved from it's default location (the new location is recognised correctly by File Explorer and Vivaldi). I edited the ini file to point to correct folder, so no real problem here-tomos (January 16, 2021, 05:14 PM)
2) When I press F7, the name of the file to be moved shows as a tool tip type message (near the mouse pointer) but nothing is moved. If I click on the message I get this error:-tomos (January 16, 2021, 05:14 PM)
So it worked quite well, with negligible perceived lag!Great, thanks for the details.-wraith808 (January 02, 2021, 10:04 PM)
I used USB Camera Pro - Connect EasyCap or USB WebCamGood find. Though this is such a neat way to reuse old devices that I wish Google adds its own USB webcam functionality for it to Android. Also wishing Raspberry Pi OS came with some send-HDMI-over-USB functionality to make the converter hardware redundant.-wraith808 (January 02, 2021, 10:04 PM)
Co-op games is a good niche to cover. I see that your videos already appear on some game pages on Board Game Geek,e.g. https://boardgamegee...-missions/videos/all , which I think is a good way for people to find you. What's the process for getting listed there - do you add each manually there or does BGG find and add them automatically?I ordered the capture card and the converter cable, and they should be here on Sunday. I'll try it and see how that goes before looking into any other options.Keen to hear how well it works. Including which Android app to use - there are a few in the in Google Play and some appear to show ads.-wraith808 (December 31, 2020, 10:23 PM)
I think you need to look for something that implements the WiFi Display protocol (MiraCast), for example MiracleCast.Interesting! Have you used it? I hope these kind of tools evolve to open, near turnkey, inexpensive two-part wireless hardware kits: plug in a caster/sender device to the PC or Raspberry HDMI out port and plug in the receiver to either the HDMI in port on a display/TV or to USB OTG on an old android phone/tablet (maybe flashed with a custom ROM) and shazam: wireless screen over direct Wi-Fi. Pair them by temporarily connecting a cable from receiver to sender and press a hardware button. Bonus feature would be to allow multiple simultaneous receiver devices for one sender device.-4wd (December 30, 2020, 08:02 PM)
| Application Name | MoveFileHere |
| Version | 2022-01-09 |
| Short Description | AutoHotkey tool to quickly move newest file from Downloads to the active File Explorer folder in Windows 10. |
| Supported OSes | Windows 10 |
| Web Page | https://github.com/nod5/MoveFileHere |
| Download Link | Standalone EXE file https://github.com/n...oveFileHere/releases AHK source file https://github.com/n...ain/MoveFileHere.ahk |
. With MoveFileHere you press F7 to move the latest downloaded file to the active Explorer folder. The hotkey and folder can be changed in settings. Copy and rename MoveFileHere.exe to e.g. MoveFileHere2.exe to set up multiple hotkeys and folders.Another issue is how well the editor/program integrates into a system where there are many types of files. Again I don't think any of them are great for doing this.Yeah, there is a lot of friction to overcome there. I have an AutoHotkey script setup: I put no-markup filepaths or filenames in the plaintext notes. Later I select a whole or part of such a string (or put the cursor inside it) and press a hotkey. The script detects if there is a unique file anywhere matching the string pattern and takes action depending on filetype. E.g. open PDF in pdf viewer, open source code file in VS Code and so on. If multiple files match action alternatives are shown. If no file is matched alternatives to open up a file search in Everything or do a Google search are shown. Since this works on any text selection anywhere I can use the same approach across different apps, local or web based. For example I use it also in notes written in Google Docs, in effect links from Docs to the local filesystem. I considered making it a NANY tool this year but the thing is still evolving and is very tied to my own note taking setup and how I tend to use the target files, so difficult to make into a more general application yet. But I think this kind of customizable inbetween tool is the best option, since it is unlikely that any specific note taking app will also be a best fit for how you want to deal with various other types of files.-Dormouse (December 04, 2020, 07:24 PM)