Skip to content

Instantly share code, notes, and snippets.

View haithan58's full-sized avatar

OngThan58 haithan58

  • 10:59 (UTC +07:00)
View GitHub Profile
@jdleslie
jdleslie / citrix_ctrl_alt_win.json
Last active February 9, 2024 18:41
Map Apple modifiers (Ctrl, Option, Command) to Windows modifiers (Ctrl, Win, Alt) in Citrix Workspace using Karabiner Elements, with working Alt+Tab and Windows key shortcuts
{
"title": "Citrix Receiver/Workspace modifiers for Ctrl, Alt, Windows order",
"rules": [
{
"description": "In Citrix, add fn modifier to tab so it is forwarded",
"manipulators": [
{
"from": {
"key_code": "tab",
"modifiers": { "optional": [ "any" ] }
@ptk911
ptk911 / my hosts
Last active January 1, 2023 15:45
Link tải tool getlink Fshare, 4share, tailieu, mp3/tv.zing, nhaccuatui, chiasenhac....
1. GetLink Fs4sTL:
<version1>5.7b</version1>
<download1>https://www.fshare.vn/file/GD7M96QXA84K</download1>
link tải: https://files.pw/vx4iplc14hs6
2. Music-Video Downloader:
<version2>4.3</version2>
<download2>https://www.fshare.vn/file/H64R8JS4UPO1</download2>
link tải: https://files.pw/tislq1qnyrcb
@tomekc
tomekc / ps-export-layers-to-png.jsx
Created June 7, 2012 22:21
Photoshop script that exports to PNG all layers and groups whose names end with ".png".
#target photoshop
// $.level = 2;
/*
* Script by Tomek Cejner (tomek (at) japko dot info)
* based on work of Damien van Holten:
* http://www.damienvanholten.com/blog/export-groups-to-files-photoshop/
*
* My version adds support of nested layer groups,
* and exports single layers in addition to groups.