[PR #7] [MERGED] fix #1 add hotkey setting #2899

Closed
opened 2026-02-27 00:54:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/7
Author: @zxdong262
Created: 10/8/2017
Status: Merged
Merged: 10/8/2017
Merged by: @zxdong262

Base: masterHead: feat-1


📝 Commits (5)

📊 Changes

16 files changed (+231 additions, -70 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.md (+4 -4)
📝 app/app.js (+21 -39)
📝 app/config.default.js (+13 -6)
📝 app/config.sample.js (+7 -4)
📝 app/lib/log.js (+0 -0)
📝 app/lib/server.js (+3 -3)
app/lib/sftp.js (+26 -0)
app/lib/shortcut.js (+36 -0)
app/lib/user-config-controller.js (+14 -0)
📝 bin/dist.js (+4 -1)
📝 package.json (+3 -3)
📝 src/client/components/control/index.jsx (+6 -7)
📝 src/client/components/control/modal.jsx (+1 -1)
📝 src/client/components/main/index.jsx (+3 -1)
📝 src/client/components/setting/index.jsx (+89 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/7 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 10/8/2017 **Status:** ✅ Merged **Merged:** 10/8/2017 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `feat-1` --- ### 📝 Commits (5) - [`4d88e82`](https://github.com/electerm/electerm/commit/4d88e829b523196c6f7df0d62c9a725d12327888) save - [`d95c199`](https://github.com/electerm/electerm/commit/d95c199b1f506a15952787802c78b4f98969a6f0) fix #1 add hotkey setting - [`d8cd8f1`](https://github.com/electerm/electerm/commit/d8cd8f180a9a0d29c1559c246f999326d28d442e) edit readme - [`5d16aa0`](https://github.com/electerm/electerm/commit/5d16aa053123f680afc9fc2b5487215bf01fd924) fix dist script - [`e60182c`](https://github.com/electerm/electerm/commit/e60182cf8948505b5ecb263d6e584b164723d18f) fix server and dist ### 📊 Changes **16 files changed** (+231 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.md` (+4 -4) 📝 `app/app.js` (+21 -39) 📝 `app/config.default.js` (+13 -6) 📝 `app/config.sample.js` (+7 -4) 📝 `app/lib/log.js` (+0 -0) 📝 `app/lib/server.js` (+3 -3) ➕ `app/lib/sftp.js` (+26 -0) ➕ `app/lib/shortcut.js` (+36 -0) ➕ `app/lib/user-config-controller.js` (+14 -0) 📝 `bin/dist.js` (+4 -1) 📝 `package.json` (+3 -3) 📝 `src/client/components/control/index.jsx` (+6 -7) 📝 `src/client/components/control/modal.jsx` (+1 -1) 📝 `src/client/components/main/index.jsx` (+3 -1) 📝 `src/client/components/setting/index.jsx` (+89 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 00:54:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#2899
No description provided.